Thank you! This works.

However, what if I want two lines that contains the same link? Each line has it's own class so I can customize the appearance....

Quote Originally Posted by usernamenone View Post
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>