Hey Glenn,Code:$show_categories = true; if (in_array($current_page_base,explode(",",'specials')) ) { $show_categories = false; }
In this example, I tried to get a handle on this, and tried to hide "Categories" side box from 'specials' page. ( I placed the code in tpl_mail_page.php right above $header_template = 'tpl_header.php';
Doesnt seem to work. What am i doing wrong?
Bookmarks