Jade - Originally I had posted this question in the Zen forum under General questions to try and give you a break but I've been directed back to you.
Sorry, I just can't seem to give you a break.
If possible, I would like to hide the sideboxes on the main page only. To this end I placed the following code into tpl_main_page.php:
Code:
if ($this_is_home_page == true) {
$flag_disable_left = true;
$flag_disable_right = true;
}
It works, as the sideboxes are hidden on that page. However, the items on that page are all pulled to the right. It sounds as though this may be an Apple Zen conflict. Is there any way to achieve this desired result in Apple Zen?
Thanks again,
Tim