ibjcha Posted March 27, 2008 Posted March 27, 2008 eg. i want to add more interior or exterior links for footer, some guys could instruct me how to do? i just a newbie to osc and php, but i want to add some more links. could you please help me.
ibjcha Posted March 27, 2008 Author Posted March 27, 2008 eg. i want to add more interior or exterior links for footer, some guys could instruct me how to do? i just a newbie to osc and php, but i want to add some more links. could you please help me. i found here: /catalog/includes/english/english.php define('FOOTER_TEXT_BODY', Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); ?> but i did not know how to make change: i want to add a line before copyright and store name line, just make the footer in three lines. i had tried, and feedback are: Parse error: parse error, unexpected '>' in /home/content/l/a/l/laluzdelsol/html/includes/languages/english.php on line 321 Parse error: parse error, unexpected T_STRING in /home/content/l/a/l/laluzdelsol/html/includes/languages/english.php on line 321 please tell me why?
Guest Posted March 27, 2008 Posted March 27, 2008 The english.php controls what words are shown and not what the layout is. You need to find the footer file which I think is in catalog/includes and add the extra rows there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.