Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Few questions about navigation and look


lugoismad

Recommended Posts

Posted

1. On the navigation at the top of the page, I want it to start at catalog

 

so... catalog >> Stuff >> more stuff

 

instead of Top >> catalog >> stuff >> etc

 

Where would I edit and how would I do this?

 

and, which .php has the "copyright 2003 blah blah blah" in it thats at the bottom of the page so I can take that out to make my site look a bit more professional?

 

Thanks.

Posted

1) catelog/includes/application_top.php

remove orcomment out this

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

2) catelog/includes/footer.php

	<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>

you can delete that or change it in catelog/includes/languages/english.php

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Archived

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

×
×
  • Create New...