drumer979 Posted October 2, 2009 Posted October 2, 2009 Hello How to add categories box in footer ( or anyother infobox like Tag cloud ) best regards, drumer979 Quote
steve_s Posted October 2, 2009 Posted October 2, 2009 Hello How to add categories box in footer ( or anyother infobox like Tag cloud ) best regards, drumer979 you will need to add in includes/footer.php <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } ?> also some html formating before and after that to get layout right Quote
drumer979 Posted October 5, 2009 Author Posted October 5, 2009 <!--quoteo(post=1444125:date=Oct 2 2009, 09:17 AM:name=drumer979)--><div class='quotetop'>QUOTE (drumer979 @ Oct 2 2009, 09:17 AM) <a href="index.php?act=findpost&pid=1444125"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Hello How to add categories box in footer ( or anyother infobox like Tag cloud ) best regards, drumer979<!--QuoteEnd--></div><!--QuoteEEnd--> you will need to add in includes/footer.php <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } ?><!--c2--></div><!--ec2--> also some html formating before and after that to get layout right How can you make it like here: http://www.spares2you.co.uk/ ? thx, drumer Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.