Further progress on the site map. The scale is off at the moment, but it's working well enough that it's worth a snapshot.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@33 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-05-29 02:45:23 +00:00
parent 9fc5562dd8
commit 4e33c58246
2 changed files with 116 additions and 163 deletions

View File

@@ -3,8 +3,8 @@
<DIV>
<?php
echo $html->image(array('controller' => 'maps',
'action' => 'map',
$map['Map']['id']),
'action' => 'map',
$info['map_id']),
array('alt' => 'Site Map',
'class' => 'imagemap',
'usemap' => '#mapimg'));