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
PHP Code:
<div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
in the tpl.header.php file. I'm a newb and so I cannot figure out how.
Thx in advance.