eko Posted August 11, 2006 Share Posted August 11, 2006 :thumbsup: hello all ! I want to remove the OSCOMMERCE banner at the botom. how can I do this.. note: I know there is a way to remove the text link but i dont want to do this I just want to remove the banner as I want to keep my page height minimal. THANK u.. p.s I know this is a noob question but iam a noob Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 11, 2006 Share Posted August 11, 2006 catalog/includes/footer.php <?php/* if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } */ ?> :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
eko Posted August 11, 2006 Author Share Posted August 11, 2006 catalog/includes/footer.php U did not explain but i managed. danke anyway.. :thumbsup: Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 11, 2006 Share Posted August 11, 2006 uhmmmmmmmm yeah you know I thought BOLDING it was enough in a file of only a few lines :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.