You can (how I have come to loathe those two aforesaid words) add a link using the standard html <a href> command, together with php code.
For a start (subject to your template overrides), look at the files in includes/template/common/ such as tpl_main_page.php, tpl_header.php and tpl_footer.php files.
Also check the defines in includes/langages/english/english.php. I linked the catalog main heading to the index page for my shop.
Generally, use the Admin > Tools > Developers Tool to help you find which files, code or define to change, and also to hunt the different php codes that might be used.
Another excellent but seldom mentioned tool is the Reference Addon Module, which will help you quickly find settings in Admin.
Also use your browser's View Source Code (eg in Firefox, View > Page Source) to check page structures.
Practice makes perfect. Hope this helps.


Reply With Quote

