I can't seem to find a definite answer to this one. I'm needing to have my right side column ONLY show on EZpages. Is there a way to do this?
Thanks for any help.
I can't seem to find a definite answer to this one. I'm needing to have my right side column ONLY show on EZpages. Is there a way to do this?
Thanks for any help.
https://www.zen-cart.com/tutorials/i...hp?article=233 - "Can I turn off the left or right hand columns for some pages only?" It can be applied in reverse as well.
The ! before in_array means "not".PHP Code:if (!in_array($current_page_base,explode(",",'page')) ) {
$flag_disable_right = true;
}
That's perfect. Thank you for the help.