Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner On Top


Guest

Recommended Posts

To show banner in header, open catalog/includes/header.php and place this code:

 

 

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

Link to comment
Share on other sites

  • 11 months later...
  • 1 month later...
  • 3 months later...

Archived

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

×
×
  • Create New...