I thought it would be simple but I can find no answer anywhere. I want the "logo.gif" in the header to point to a certain featured product (say - product ID #1 or just simply to the featured products page) and not to the root of the site.
shop.stru.cc
I'm using the classic template
I figured out I should change the line
in the tpl.header.php file. I'm a newb and so I cannot figure out how.PHP Code:<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>
Thx in advance.


Reply With Quote
