08 Feb 2011, 14:36
#1
Totally Zenned
- Join Date:
- Feb 2010
- Posts:
- 2,159
- Plugin Contributions:
- 6
Right Column Overide
Everyday it is something new with zen cart, getting old fast :(
I have the following code in my /includes/templates/MY_TEMPLATE/common/tpl_main_page.php
[PHP] if (in_array($current_page_base,explode(",",'create_account,conditions,privacy,shippinginfo,legal_notices,contact_us,return_policy,return_authorization_form')) ) {
$flag_disable_right = true;
}[/PHP]
Been working fine until this morning, the only changes I made today was in my stylesheet.css file
Anyone know why this would happen?
I have the following code in my /includes/templates/MY_TEMPLATE/common/tpl_main_page.php
[PHP] if (in_array($current_page_base,explode(",",'create_account,conditions,privacy,shippinginfo,legal_notices,contact_us,return_policy,return_authorization_form')) ) {
$flag_disable_right = true;
}[/PHP]
Been working fine until this morning, the only changes I made today was in my stylesheet.css file
Anyone know why this would happen?