Guest Posted April 19, 2004 Share Posted April 19, 2004 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 More sharing options...
♥yesudo Posted April 19, 2004 Share Posted April 19, 2004 Try deleting the contents of the header file. Less work than having to go through each file to remove the header ref. Your online success is Paramount. Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2004 Share Posted April 19, 2004 Wot, Just delete the whole of the contents, but leave the file in existance? Jim :huh: Link to comment Share on other sites More sharing options...
♥yesudo Posted April 19, 2004 Share Posted April 19, 2004 Wot, Just delete the whole of the contents, but leave the file in existance? Jim :huh: yep Your online success is Paramount. Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2004 Share Posted April 19, 2004 Okey Dokey... Ta very much, Jim. :D Link to comment Share on other sites More sharing options...
sam6 Posted April 19, 2004 Share Posted April 19, 2004 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 More sharing options...
♥yesudo Posted April 19, 2004 Share Posted April 19, 2004 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 More sharing options...
Guest Posted April 19, 2004 Share Posted April 19, 2004 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 More sharing options...
♥yesudo Posted April 19, 2004 Share Posted April 19, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.