Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

banner in header bar...


willwatson

Recommended Posts

Posted

right so far ive got a banner down at the bottom of the page that is flash. ive enabled the site so that flash shows but i would like to move it completely to the top. please see image below...

 

 

bannerquestion.jpg

 

any help is appreciated! thanks...

Posted

move the banner code to the catalog\includes\header.php. By default the banner code can be found in catalog\includes\footer.php

 

<?php
 if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
 </tr>
</table>
<?php
 }
?>

Posted
move the banner code to the catalog\includes\header.php. By default the banner code can be found in catalog\includes\footer.php

 

<?php
 if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
 </tr>
</table>
<?php
 }
?>

 

 

 

so when i update the banners it will update there too?

Archived

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

×
×
  • Create New...