ShaneS Posted July 20, 2005 Share Posted July 20, 2005 I need a little assistance. How do you change the link for the "top" portion of the Top>>Catalog link. It seems to be linked to my server. I would like it to return to my home page. Thanks for your help Shane Link to comment Share on other sites More sharing options...
Guest Posted July 21, 2005 Share Posted July 21, 2005 You can edit this line in /includes/application_top.php or you can remove it and only have the 'Catalog' link: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); HTTP_SERVER is defined in /includes/configure.php (don't change it!). Matti Link to comment Share on other sites More sharing options...
Guest Posted July 23, 2005 Share Posted July 23, 2005 You can edit this line in /includes/application_top.php or you can remove it and only have the 'Catalog' link: ?$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); HTTP_SERVER is defined in /includes/configure.php (don't change it!). Matti <{POST_SNAPBACK}> thanks, you 2 were great! btw i tried editing this: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this: $breadcrumb->add(HEADER_TITLE_HOME, HTTP_SERVER); but HEADER_TITLE_HOME was display instead of HOME so i try: $breadcrumb->add(HOME, HTTP_SERVER); it work ok so far.. will there be issues? thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.