
Originally Posted by
shopyoungway
i need some help i enabled both left and right side but my goal is to have both displayed on the index.php but for ALL other pages just the left side any ideas on what i need to change thanks (and yes this the acadame template i switched templates)
Love it ...
Alright open tpl_main_page.php in your templates folder, it's in common. At the very top add (you'll see other variations of this don't worry about those, just make sure this one appears outside the php comment tags):
Code:
$flag_disable_right = !$this_is_home_page;
-
Bookmarks