Hello,

I am trying to add an image map to a site I am working on.
I have 2 languages installed so I can't hardcode the logo/header image because the image changes depending on what language is selected.

I simply need to add usemap="#logo_Map" to the line that calls the logo but I don't know how to do it with php. I don't know how to insert the code here :


<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>

Any help would be greatly appreciated.