Zaaron Posted January 25, 2010 Posted January 25, 2010 Hi Guys. I have a template which I have modified sucessfully but I am having trouble with five banners which are listed on my hompage (header.php) and link to me categories. www.artlessimpact.com.au The code in header.php reads; <table border="0" cellpadding="0" cellspacing="19" bgcolor="#FFFFFF" class="banner_3"> <tr> <td><?php if ($banner = tep_banner_exists('dynamic', 'banner3')) { echo tep_display_banner('static', $banner); }?></td> <td><?php if ($banner = tep_banner_exists('dynamic', 'banner4')) { echo tep_display_banner('static', $banner); }?></td> <td><?php if ($banner = tep_banner_exists('dynamic', 'banner5')) { echo tep_display_banner('static', $banner); }?></td> <td><?php if ($banner = tep_banner_exists('dynamic', 'banner6')) { echo tep_display_banner('static', $banner); }?></td> <td><?php if ($banner = tep_banner_exists('dynamic', 'banner7')) { echo tep_display_banner('static', $banner); }?></td> </tr> </table> Five sqaure abnners appear in a row on teh homepage and when they are clicked refer to a differetn category of products.. I want to change teh direction of these links.. say to /index.php?cPath=21 but cant find the code I need to change.. I'm not a php coder so need some assistance with linking.. any solutions welcome. Regards Zaaron
♥mdtaylorlrim Posted January 25, 2010 Posted January 25, 2010 What is listed in your Admin console, banner manager? Are the various banners listed there? Can you not change the links there? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
Zaaron Posted January 30, 2010 Author Posted January 30, 2010 woow how easy was that!! Thanks this is correct Banner manager has all teh items listed and their links!! thanks heaps.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.