Hello,

I am trying to add my logo picture to my CSS Sprite of images.

The current code I have is:
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>
However I am trying to delete the call for the logo image, and make the entire logo div hyper-linked.

Any Suggestions?

Thanks,
Nick