
Originally Posted by
discoverytdi
Thanks pal your a star I now can you send me the instructions to put your name and link back in the footer as zen4dummies over wrote it and deleted your links
cheers
peter
open includes/languages/comstock/english.php
near the top of the file you will find something similar to this; just replace the existing text with the following:
PHP Code:
define('TEMPLATE_NAME', 'Comstock Template ');
define('TEMPLATE_DESIGN', '<a href="http://clydedesigns.com/" target="_blank">' . TEMPLATE_NAME. 'Design by Clyde Designs</a>');
define('STORE_COPYRIGHT_YEAR', '2008');
$copyyear = ((STORE_COPYRIGHT_YEAR != date('Y')) ? STORE_COPYRIGHT_YEAR . '-' . date('Y') : STORE_COPYRIGHT_YEAR) . ' ';
define('FOOTER_TEXT_BODY', 'Copyright © ' . $copyyear . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a> | ' . TEMPLATE_DESIGN . ' | Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
Bookmarks