Totally Zenned
- Join Date:
- Jun 2008
- Posts:
- 629
- Plugin Contributions:
- 0
Turning off side boxes on just one define page
Is there a way to turn off the left and right columns on just the define_page_4.php page?
thanks
Views: 992
Totally Zenned
Is there a way to turn off the left and right columns on just the define_page_4.php page?
thanks
Totally Zenned
Yes. How is explained in a comment at the top of the common/tpl_main_page.php, together with an example.
Totally Zenned
never mind I got it. I found a snippet of suggested code from another thread and changed it to my page_4.php
if ($this_is_page_4.php == true) {
$flag_disable_right = true;
$flag_disable_left = true;
}
edit:
Thanks for looking kuroi :-)
Fields marked required must be completed.
Tell staff why this post should be reviewed.