
Originally Posted by
e-standard
I really love this template,thanks very much.I have a question regarding the sidebox,i want some of the sidebox show on the right,but it will not work for me,how can i solve the problem,the lest shown is okay.
You can turn any of the sideboxes on/off in your admin--tools--layoutboxes controller. If you want the sideboxes to show on the home page you will need to remove part of the statement at the beginning of the includes/templates/westminster_new/common/tpl_main_page.php file:
Code:
if ($this_is_home_page) {
$flag_disable_right = true;
$flag_disable_left = true;
}
remove the:
Code:
$flag_disable_left = true;
Thanks,
Anne
Bookmarks