Jump to content


Corporate Sponsors


Latest News: (loading..)

tabarnew

Member Since 14 Mar 2010
Offline Last Active Sep 12 2011, 08:19
-----

Posts I've Made

In Topic: Template customization

07 September 2011, 19:10

thank you for your advice Chris, It is appreciated.

Adam

In Topic: Template customization

07 September 2011, 17:53

Oh Brilliant, This is where being a Novice certainly does not pay.

Thank you for your advice, any tips you could give me to be able edit the header just for the time being?

Adam

In Topic: Template customization

07 September 2011, 17:38

All the advice they can offer is that it can be edited in the includes/header.php

This is what i find in that file.


<?php
/*
$Id$

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

Copyright © 2010 osCommerce

Released under the GNU General Public License
*/

if ($messageStack->size('header') > 0) {
echo '<div class="grid_24">' . $messageStack->output('header') . '</div>';
}
?>
<?php if (strpos($_SERVER['REQUEST_URI'],'.php')) {?>


<div >
<div id="storeLogo"><br clear="all"></div>

<?php


//$curt= new bm_shopping_cart();
//$curt->execute_1();

?>


Could anyone shed some light on how i would edit that? or if the edit file is located somewhere else?

Cheers, Adam