omario Posted August 14, 2005 Posted August 14, 2005 Hey all. I want to move the categories infobox from being on the left side of the page to being in the center of the page instead. I am proficient in PHP but always like an easy way out :). What's the easiest way to move this infobox? TIA - Shoeb
Guest Posted August 15, 2005 Posted August 15, 2005 Just take it out of includes/column_left.php and put it on all the pages you want it to show on.... if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.