Wilderness Posted December 19, 2003 Posted December 19, 2003 Greetings, How do I change my top link? I have changed it once to my website index, I would now like to change it to something else. I just don't remember where I first changed it. Can someone tell me where to change it again... :rolleyes: I am referring the the link at the very top of the osc where it now says: Amor Productions Homepage here is the link to see the page: http://www.amorproductions.com/catalog/default.php Thank you, Bobby
Guest Posted December 20, 2003 Posted December 20, 2003 try catalog/includes/header.php hope that helps
Guest Posted December 20, 2003 Posted December 20, 2003 Actually, it's in includes/application_top.php that it is set (look for $breadcrumb->add statements). The header just displays it. Hth, Matt
Wilderness Posted December 20, 2003 Author Posted December 20, 2003 hmm...I looked and didn't see it there. Can you provide me with a piece of example code to look for? Thanks, Bobby
Guest Posted December 20, 2003 Posted December 20, 2003 $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Hth, Matt
Wilderness Posted December 21, 2003 Author Posted December 21, 2003 I know I am being a pain. But could you please post the code that I would need to place in order to have my link read Back to Soundwomb instead of the current: Amor Productions Homepage as it shows here: http://www.amorproductions.com/catalog/default.php Thank you, Bobby
Guest Posted December 21, 2003 Posted December 21, 2003 In includes/languages/english.php change to define('HEADER_TITLE_TOP', 'Back to Soundwomb'); Note: you could also make this change less portably by changing it in the breadcrumb statement directly; the first parameter is the title, and the second is the place to which to link. You may want to check and make sure that this is not what you did last time. Hth, Matt
Wilderness Posted December 22, 2003 Author Posted December 22, 2003 Matt, Ok, I am not sure where I made the change. However, I just added the new text to the english.php and added an html link and it seems to be working fine. I will next time use the breadcrumb method. Will be simpler I am sure. :) Thanks for all the help. Bobby
Recommended Posts
Archived
This topic is now archived and is closed to further replies.