I'm looking for the same thing. Change "home" to an image of my logo.
Hope we get an answer soon....
Suzanne
I'm looking for the same thing. Change "home" to an image of my logo.
Hope we get an answer soon....
Suzanne
i'm looking to change the word HOME with a logo.
www.joezjewellery.com/store
Thanks for your help
...After replacing the standard Home link with a link to the base URL instead of the ZC subfolder.
You would want to change the text in the define to an HTML image reference:where you have saved the image in the ZC /images/ folder.PHP Code:define('HEADER_TITLE_HOME_PAGE', 'Home');
//change to
define('HEADER_TITLE_HOME_PAGE', '<img src="images/your_home_image.gif');
There are refinements that would be good to do, but that should get you started.
I am having a similar problem.. I change the English.php file and i still get the original back.. Is there something i am missing??
I edit the below lines in
/home/thrgcypr/public_html/includes/languages/english.php
Line #3 : * @copyright Copyright 2003-2007 Zen Cart Development Team
Line #10 : //define('TITLE', 'Zen Cart!');
Line #15 : define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
Line #53 : // Define the name of your Gift Certificate as Gift Voucher, Gift Certificate, Zen Cart Dollars, etc. here for use through out the shop
![]()
What template are you using? Do you have a file /includes/languages/your_template/english.php?