Hi there,
I'm having a little problem working out how to disable my right hand sideboxes on one or more ez-pages.
The way i achieved this for other pages was by modifying tpl_main_page.php as mentioned here, but i cant seem to work out if i can just add a part of my ez-page url to the list of pages that are exempt from the right column
here
the ez-page url i want to do this with isCode:if (in_array($current_page_base,explode(",",'shopping_cart,login,contact_us,product_info')) ) { $flag_disable_right = true; }
but im not getting much joy in adding any part of that url to the list.Code:index.php?main_page=page&id=1&chapter=0
any advice or help of any kind would be gratefully received!



