This is a discussion on Banner ad in the header within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Looking for help on adding a banner ad to the top. Would like the banner to be to the right ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Looking for help on adding a banner ad to the top. Would like the banner to be to the right of the store logo. fedspell.com |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Hi rustblack, I just added a banner to the header of a cart I am working on so maybe this will help. I took the banner code from the includes/footer.php and used the following code in the includes/header.php: Code: <?php if ($banner = tep_banner_exists('dynamic', '468x50')) {echo tep_display_banner('static', $banner); } ?>
Code: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> Code: </td> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Want to add a New Banner in my header... | rolotech | osCMax v2 Customization/Mods | 0 | 11-02-2006 05:20 AM |
| banner | jschafer52 | osCMax v2 Features Discussion | 1 | 06-03-2006 12:12 PM |
| How to add a banner or text on my header picture? | panther734 | osCMax v2 Customization/Mods | 0 | 03-22-2006 12:54 AM |
| Banner Problem? Or is it me? | ltldoc | osCommerce 2.2 Installation Help | 1 | 03-19-2006 01:03 PM |
| header / header.php top logo problem | the_error_king | osCommerce 2.2 Modification Help | 0 | 04-05-2004 06:02 PM |