
Originally Posted by
gjh42
Then you can use
if ($current_page_base == 'index' and in_array($cPath, explode(',', '175,189,213,345_7788,666,501'))) {
listing all the cPaths separated by commas, with no spaces.
This is the code I've entered:
HTML Code:
if ($current_page_base == 'index' and in_array($cPath, explode(',', '175,174'))) {
$flag_disable_right = true;
}
and I have put this code into my tpl_index_default.php in my overrides folder, however the sideboxes are still showing up on the 2 categories I entered (174, and 175)