phreerider Posted March 9, 2003 Share Posted March 9, 2003 I'd like to be able to change links in header navigation bar. Originially, it's supposed to looked like this "Top >> Catalog >> etc..." I'd like to change "Top" to "Home" and set the "Catalog" link from default.php to index.php (Home)... I've tried to look up in the breadcrumb.php and after that I have no clue were to modify the text or links. Link to comment Share on other sites More sharing options...
Guest Posted March 9, 2003 Share Posted March 9, 2003 Most things like this are in your language files.... this particular one in catalog/includes/languages/english.php: define('HEADER_TITLE_TOP', 'Top'); If you search "index.php" in the forums I think you will find the answer to your second question Link to comment Share on other sites More sharing options...
phreerider Posted March 9, 2003 Author Share Posted March 9, 2003 When I change default.php to index.php in application_top.php and the index.php page is being rendered blank. Why is it happening ? Link to comment Share on other sites More sharing options...
Guest Posted March 9, 2003 Share Posted March 9, 2003 After you change default.php to index.php in application_top.php, you also need to re-name both the catalog/default.php and catalog/includes/languages/YOUR LANGUAGE/default.php to index.php. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.