cornewool Posted August 29, 2010 Share Posted August 29, 2010 hi how do I remove the Top link in the header of the page...........and also to change the Catalog to something else.....thanks Link to comment Share on other sites More sharing options...
Guest Posted August 29, 2010 Share Posted August 29, 2010 Cornelius, You can change the TOP link by changing the application_top.php where it says this: Change: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); to // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Then in /catalog/includes/languages/english.php change: define('HEADER_TITLE_CATALOG', 'Catalog'); To: define('HEADER_TITLE_CATALOG', 'Home'); Chris Link to comment Share on other sites More sharing options...
cornewool Posted September 1, 2010 Author Share Posted September 1, 2010 Cornelius, You can change the TOP link by changing the application_top.php where it says this: Change: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); to // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Then in /catalog/includes/languages/english.php change: define('HEADER_TITLE_CATALOG', 'Catalog'); To: define('HEADER_TITLE_CATALOG', 'Home'); Chris Thanks Chris.......It worked....... but also I want to stop the warning from showing up Warning Warning: I am able to write to the configuration file: C:/wamp/www/Online_pharmacy/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.. Thanks Link to comment Share on other sites More sharing options...
Guest Posted September 19, 2010 Share Posted September 19, 2010 Thanks Chris.......It worked....... but also I want to stop the warning from showing up Warning Warning: I am able to write to the configuration file: C:/wamp/www/Online_pharmacy/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.. Thanks Ok this was good info for me... thanks for asking on here still figuring out this stuff. Cornelius, You can just change the configure.php in catalog/includes and in the catalog/admin/includes to read only and that locks your site down. Link to comment Share on other sites More sharing options...
Guest Posted September 19, 2010 Share Posted September 19, 2010 Cornelius, As Chad stated, you need to change the file permissions for the TWO configure.php files. You can use your cpanel file manager or an FTP program to change them to 444 Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.