
Originally Posted by
usernamenone
in you languages folder your language.php in my case it would be english.php add this code somewhere that you will remember.
define('HEADER_HOME_LINK', 'Home');// home can be whatever text you want it to be as long as the 'and' is there.
Then where you want you link in your header add this code
<?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_HOME_LINK; ?></a>