jenbrink Posted July 12, 2005 Share Posted July 12, 2005 I just want to delete the 'Top' link in Trail of the Breadcrumb. My store will be in an inline frame. I was afraid to just delete some of the lines that I thought might do it, being just a graphic designer. Could someone please tell me which file and line to change? Thanks in advance!!! Jen"s coding: >_< Link to comment Share on other sites More sharing options...
stevel Posted July 12, 2005 Share Posted July 12, 2005 The breadcrumb is started by this code in includes/application_top.php: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Adjust the text and link as desired. You can remove one of these lines if you wish. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
dburchm1 Posted July 12, 2005 Share Posted July 12, 2005 I just want to delete the 'Top' link in Trail of the Breadcrumb. My store will be in an inline frame. I was afraid to just delete some of the lines that I thought might do it, being just a graphic designer. Could someone please tell me which file and line to change? Thanks in advance!!! Jen"s coding: >_< <{POST_SNAPBACK}> In includes aplication_top.php around line 490(i have mods so may be a little off) delete $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Link to comment Share on other sites More sharing options...
jenbrink Posted July 13, 2005 Author Share Posted July 13, 2005 Wow!! You guys are too cool. Too freaking fast. I guessed maybe that line, but I'm always afraid to delete anything without reading exactly what to delete. Thanks a million!! Too Cool!! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.