joebob2k10 Posted December 1, 2008 Share Posted December 1, 2008 I have my store loaded in a subdirectory off of the mainfolder. Across the header of the store there is Top->Catalog I want the Top link to point to the same page as the Catalog. Does anyone know how to chaneg that feature,. Link to comment Share on other sites More sharing options...
FIMBLE Posted December 1, 2008 Share Posted December 1, 2008 You can simply remove the word top its in your english.php file Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
germ Posted December 2, 2008 Share Posted December 2, 2008 I want the Top link to point to the same page as the Catalog. Does anyone know how to chaneg that feature,. To do that, in /catalog/includes/application_top.php find this code: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Change the first line to: $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); Backup the file before editing. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.