Quote Originally Posted by haredo View Post
This tutorial will help you think of the right process.
I did it and worked really well...except I would like to keep copyright information on pages and not footer. includes/temp/common/tpl_main_page.php

HTML Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
  if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
    $flag_disable_right = true;
	$flag_disable_left = true;
	$flag_disable_header = true;
	$flag_disable_footer = true;
  }
How do I keep copyright? Thanks,Kim