osCmax v2.5 User Manual
Results 1 to 2 of 2

Banner ad in the header

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 ...

      
  1. #1
    Lurker
    Join Date
    Oct 2003
    Posts
    2
    Rep Power
    0


    Default Banner ad in the header

    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

  2. #2
    Anonymous
    Guest


    Default RE: Banner ad in the header

    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); } ?>
    So, if you want the banner right next to the logo, just put the above code right in after this line in includes/header.php:

    Code:
    <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?>
    and before the closing
    Code:
    </td>
    Take care.

Similar Threads

  1. Want to add a New Banner in my header...
    By rolotech in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 11-02-2006, 04:20 AM
  2. banner
    By jschafer52 in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 06-03-2006, 11:12 AM
  3. How to add a banner or text on my header picture?
    By panther734 in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 03-21-2006, 11:54 PM
  4. Banner Problem? Or is it me?
    By ltldoc in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 03-19-2006, 12:03 PM
  5. header / header.php top logo problem
    By the_error_king in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-05-2004, 05:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •