Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / replacing the logo with dhtml menu/navigation

replacing the logo with dhtml menu/navigation

Locked

Views: 1,271

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
10 Oct 2006, 11:03 PM
#1
dni avatar

dni

New Zenner

Join Date:
Oct 2006
Posts:
64
Plugin Contributions:
0

replacing the logo with dhtml menu/navigation

i would like to replace the logo with the dhtml menu/navigation from the rest of my site.

how do i change the object that is the logo to be a code snippet that lives somewhere else - i.e. functions like an ssi include?

is it in /home/dnicom/public_html/zen/store/admin/includes/header.php ?

<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>'; ?> </div>

thanks