Can the link "Top" be changed to "Home"? Users really don't know that "Top" will send them back to the Home page of the site they are visiting.
Can the link "Top" be changed to "Home"? Users really don't know that "Top" will send them back to the Home page of the site they are visiting.
Hi, you change the links here......
* /includes/languages/english.php
Find these lines (around line numbers 47-55) and change the text to whatever you like:
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Catalog');
define('HEADER_TITLE_LOGOFF', 'Log Off');
define('HEADER_TITLE_LOGIN', 'Log In');
Bookmarks