Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header link


cornewool

Recommended Posts

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

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

  • 3 weeks later...

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...