where is the part that I had commented out?
[FONT=Century Gothic]unique and earth friendly baby products[/FONT]
That will be in:
includes/templates/YOUR_TEMPLATE/common/tpl_header.php
<div id="logoWrapper">
<!-- <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> -->
</div>
sweet, thanks
[FONT=Century Gothic]unique and earth friendly baby products[/FONT]
now how do I enter the image.... i thought I found it but no...
Last edited by thecatinthetree; 12 Sep 2007 at 05:15 PM.
[FONT=Century Gothic]unique and earth friendly baby products[/FONT]
includes/languages/english/YOUR_TEMPLATE/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
that's what I thought, but it doesn't seem to work....
[FONT=Century Gothic]unique and earth friendly baby products[/FONT]
how do I add an image to the index.php
[FONT=Century Gothic]unique and earth friendly baby products[/FONT]