Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Banner positioning


webosb

Recommended Posts

Posted

Can anyone tell me how I can make the banner display on the area where it says "What's New Here?" on the index.

Posted

Hi,

 

In index.php on or around line 290 find

 

          <tr>

           <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

           <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

         </tr>

 

and either before or after this place

 

<?php

 if ($banner = tep_banner_exists('dynamic', '468x50')) {

?>

<tr>

   <td align="center"><?php echo tep_display_banner('static', $banner); ?></td>

 </tr>

<?php

 }

?>

 

Back up before you try!!!

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Archived

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

×
×
  • Create New...