image(array('controller' => 'maps',
'action' => 'map',
$info['map_id'],
$info['width']),
array('alt' => 'Site Map',
'class' => 'map',
'border' => 0,
'usemap' => '#mapzones'));
?>
image(array('controller' => 'maps',
'action' => 'legend',
$info['map_id'],
$info['width']/2),
array('alt' => 'Site Map Legend',
'class' => 'legend'));
?>