I am not too sure what caused this but, I cannot figure out how to get categories to have the left and right columns....
http://thehomeadventuresco.com/bioguard-c-1.html
I looked in the main_page_tpl and there is no override on...
if (in_array($current_page_base,explode(",",'index,about_us,service')) ) {
$flag_disable_left = true;
}
if (in_array($current_page_base,explode(",",'index,about_us,service')) ) {
$flag_disable_right = true;
}
Perhaps I am just missing a setting in the admin?



