ace21gabriel Posted February 2, 2007 Share Posted February 2, 2007 www.mrairsoft.com is my site and in the top left it says top and links to the main page, is there a way to change that to home? And I also would like to add a column under currencies that says affiliates. Can anyone tell me how to do that? Thanks and have a great day! Link to comment Share on other sites More sharing options...
Brooke Posted February 2, 2007 Share Posted February 2, 2007 to change where it says 'top' to 'home' go to your includes/languages/english.php file and look around line 55 change define('HEADER_TITLE_TOP', 'Top'); to define('HEADER_TITLE_TOP', 'Home'); to add something to your right column, look in includes/column_right.php What? Yeah, I can do that. Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2007 Share Posted February 3, 2007 www.mrairsoft.com is my site and in the top left it says top and links to the main page, is there a way to change that to home? And I also would like to add a column under currencies that says affiliates. Can anyone tell me how to do that? Thanks and have a great day! Where would we go to change the actual page that was called for the TOP or HOME ? I would like to change my test site to NOT go the the actual Domain INDEX file but rather one In a folder below the root ? Thanks SteveRF I have asked this question before but no one ever replied.... was beginning to wonder if I had asked a very stupid question. Link to comment Share on other sites More sharing options...
ace21gabriel Posted February 3, 2007 Author Share Posted February 3, 2007 OMG thanks sooo much! And steverf im not sure exactly what your talking about sorry I cant help. Link to comment Share on other sites More sharing options...
Brooke Posted February 3, 2007 Share Posted February 3, 2007 Where would we go to change the actual page that was called for the TOP or HOME ?I would like to change my test site to NOT go the the actual Domain INDEX file but rather one In a folder below the root ? Thanks SteveRF I have asked this question before but no one ever replied.... was beginning to wonder if I had asked a very stupid question. includes/application_top.php line 466 change where it says HTTP_SERVER to wherever you wanna link to. use the tep_href_link(FILENAME_DEFAULT) link format. // include the breadcrumb class and start the breadcrumb trail require(DIR_WS_CLASSES . 'breadcrumb.php'); $breadcrumb = new breadcrumb; $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); What? Yeah, I can do that. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.