Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header help please


ringmaker

Recommended Posts

Posted

Where is the header for the front catalog page I looked in header.php I don't see where you make the change at so my header appears at the top and bottom of the catalog pages?

 

thanks

mike

Posted

I think you'd be better off copying the code from header.php (or as much as you want in the footer), and replacing the code in footer.php with that. That would save having to change other references to the footer.

 

If you only want your own stuff, and not the breadcrumbs, etc - look for:

 
 if ($messageStack->size('header') > 0) {
   echo $messageStack->output('header');
 }
?>

and the table below that contains your logo, etc.

 

Hope that helps, :D

Violet

Archived

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

×
×
  • Create New...