webosb Posted July 23, 2003 Posted July 23, 2003 Can anyone tell me how I can make the banner display on the area where it says "What's New Here?" on the index.
Rumble Posted July 24, 2003 Posted July 24, 2003 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.