Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can I have NO HEADER??


Guest

Recommended Posts

I've looked for this topic, but it doesn't seem to be there. I have my osc held within frames (I'm aware of the pitfalls of this!), so replacing current header graphics with the shop's will only duplicate what I have already.

 

So, I want to know if I can completely do away with the header.

 

If there is no easy solution to this, then I'll take it out of the frames and edit the header.

 

Jim.

:o

Link to comment
Share on other sites

you need to get rid of the require hedder feilds in the php pages along with the file name refferences to hedder.php and then you could delate the headder.php as long as osc dose not need it!!

Link to comment
Share on other sites

Have just this in your Header file:

 

<?php
/*
?$Id: header.php

?osCommerce, Open Source E-Commerce Solutions
?http://www.oscommerce.com

?Copyright (c) 2003 osCommerce

?Released under the GNU General Public License
*/

?>

Your online success is Paramount.

Link to comment
Share on other sites

Thanx evry1.

 

I implemented the first solution (keeping a backup of header.php of course) and all's fine - a very good quick fix.

 

Yesudo, is there a need for that code in the header file & if so, why? I am in favour of keeping the header file as I may wish to use it again.

 

 

Jim.

B)

Link to comment
Share on other sites

Thanx evry1.

 

I implemented the first solution (keeping a backup of header.php of course) and all's fine - a very good quick fix.

 

Yesudo, is there a need for that code in the header file & if so, why? I am in favour of keeping the header file as I may wish to use it again.

 

 

Jim.

B)

This code ?

 

<?php
/*
$Id: header.php

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2003 osCommerce

Released under the GNU General Public License
*/

?>

 

No - if a blank file works that's fine.

Your online success is Paramount.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...