garyww Posted October 17, 2008 Share Posted October 17, 2008 Dear all, I would like the page of Top>>Catalog to change Top to Home. How can i change it . thanks to let me know Link to comment Share on other sites More sharing options...
Guest Posted October 17, 2008 Share Posted October 17, 2008 Dear all, I would like the page of Top>>Catalog to change Top to Home. How can i change it . thanks to let me know There is actually an add on called top to home that can explain it. Link to comment Share on other sites More sharing options...
failsafe Posted October 17, 2008 Share Posted October 17, 2008 Perhaps you should click here to see yesterday's reply where your question was answered the first time. It leaves bad feelings if you ask a question again when someone has taken the trouble to reply to you already. It is also against forum rules! If you don't understand the reply, just put another reply/question in the SAME thread. Link to comment Share on other sites More sharing options...
Hotclutch Posted October 17, 2008 Share Posted October 17, 2008 Find this in catalog\includes\languages\english.php // 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'); and change to // 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', 'Home'); define('HEADER_TITLE_CATALOG', 'Catalog'); define('HEADER_TITLE_LOGOFF', 'Log Off'); define('HEADER_TITLE_LOGIN', 'Log In'); Link to comment Share on other sites More sharing options...
failsafe Posted October 17, 2008 Share Posted October 17, 2008 Yes, as you can see, it wastes everyone's time too! Link to comment Share on other sites More sharing options...
Guest Posted October 17, 2008 Share Posted October 17, 2008 Perhaps you should click here to see yesterday's reply where your question was answered the first time. It leaves bad feelings if you ask a question again when someone has taken the trouble to reply to you already. It is also against forum rules! If you don't understand the reply, just put another reply/question in the SAME thread. Hi Andy You are right. If I had realised, I would not have bothered. Looks like another vampire is being created. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.