Guest Posted May 28, 2007 Share Posted May 28, 2007 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 More sharing options...
Vene88 Posted May 19, 2008 Share Posted May 19, 2008 can u tell me how to put a banner in bottom of the page? Link to comment Share on other sites More sharing options...
Guest Posted May 19, 2008 Share Posted May 19, 2008 /catalog/includes/footer.php. Insert your HTML for the banner there. Link to comment Share on other sites More sharing options...
zoya Posted June 23, 2008 Share Posted June 23, 2008 i have a question, how can i add a flash banner int the header? Link to comment Share on other sites More sharing options...
orderfromchaos Posted September 27, 2008 Share Posted September 27, 2008 What about adding a banner in the body of index below, Welcome<Guest>? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.