♥akmac Posted October 21, 2005 Share Posted October 21, 2005 Just a quickie- Where is it specified where the top breadcrumb nav points? Right now it's going to index.php, but I'd rather it just go to my root. Thanks! Looked in application_top.php, configure.php and classes/breadcrumb.php and didn't find it.... Quidquid latine dictum sit, profundum viditur. Link to comment Share on other sites More sharing options...
♥akmac Posted October 21, 2005 Author Share Posted October 21, 2005 Just a quickie- Where is it specified where the top breadcrumb nav points? Right now it's going to index.php, but I'd rather it just go to my root. Thanks! Looked in application_top.php, configure.php and classes/breadcrumb.php and didn't find it.... <forehead_slap>Well, I'd moved the code from application_top.php to header.php.</forehead_slap> Needed to change: $breadcrumb->add(HEADER_TITLE_CATALOG, HTTP_SERVER); to: $breadcrumb->add(HEADER_TITLE_CATALOG, 'http://www.domain.com'); Quidquid latine dictum sit, profundum viditur. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.