the exact code that I used to replace what was there is:
PHP Code:
if (in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation,checkout_login,checkout_account,checkout_success,shopping_cart')) ) {
$flag_disable_left = true;
}
Bookmarks