callisto Posted December 28, 2004 Posted December 28, 2004 hallo : ) I need to move the categories box from the right side of my page to the left side. How can make this change? Can someone help me, please :huh:
Jack_mcs Posted December 28, 2004 Posted December 28, 2004 Look for this code in includes/column_right.php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } cut it and copy it to the includes/column_left.php file. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
callisto Posted December 28, 2004 Author Posted December 28, 2004 Look for this code in includes/column_right.php ?if ((USE_CACHE == 'true') && empty($SID)) { ? ?echo tep_cache_categories_box(); ?} else { ? ?include(DIR_WS_BOXES . 'categories.php'); ?} cut it and copy it to the includes/column_left.php file. Jack <{POST_SNAPBACK}> thanks !!!! :lol:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.