Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing Logo Picture

Removing Logo Picture

Locked

Views: 441

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
2 Jul 2010, 6:00 AM
#1
nbordeau avatar

nbordeau

Zen Follower

Join Date:
Apr 2010
Location:
Rochester, New York
Posts:
97
Plugin Contributions:
0

Removing Logo Picture

Hello,

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

The current code I have is:

<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>

However I am trying to delete the call for the logo image, and make the entire logo div hyper-linked.

Any Suggestions?

Thanks,
Nick