dotcom012 Posted April 20, 2007 Posted April 20, 2007 Hey there, i am trying to move some boxes from the column_left.php file to the column_right.php file, but everytime i try this, i get alot of erros, does anyone know of an easier way to do this. Thanks Here is what happens when i copy the categories.php to the column_right.php file: Fatal error: Cannot redeclare tep_show_category() (previously declared in /homepages/15/d201944022/htdocs/shop_bandg/includes/boxes/categories.php:3) in /homepages/15/d201944022/htdocs/shop_bandg/includes/boxes/categories.php on line 3
spax Posted April 20, 2007 Posted April 20, 2007 When you include the categories into column_right you also need to remove or comment them out from column_left. Otherwise you get that error.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.