ringmaker Posted April 7, 2004 Posted April 7, 2004 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
Guest Posted April 7, 2004 Posted April 7, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.