aubic Posted November 13, 2009 Posted November 13, 2009 Hi - could someone tell me how to change the navigation of the "top" link in the breadcrumb at the top left of OSC? I want it to point to the index of a different site. Thanks for your help - Justin
germ Posted November 14, 2009 Posted November 14, 2009 Hi - could someone tell me how to change the navigation of the "top" link in the breadcrumb at the top left of OSC? I want it to point to the index of a different site. Thanks for your help - Justin /catalog/includes/application_top.php Change: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); To something like: $breadcrumb->add(HEADER_TITLE_TOP, 'http://www.other_domain.com/index.php'); 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 >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.