December 23, 2010

* includes/templates/template_default/common/tpl_main_page.phpをコピーします。
* カスタマイズしたいページのディレクトリを用意します。
個人情報保護方針のページの場合は
【例】includes/templates/your_template/privacy
* template_defaultからコピーしたtpl_main_page.phpを下記のように設置。
includes/templates/your_template/privacy/tpl_main_page.php
* 上記のように設置したtpl_main_page.phpで必要な箇所のコメントを外す。

* $flag_disable_header = true;ヘッダー部
* $flag_disable_left = true; 左カラム
* $flag_disable_right = true; 右カラム
* $flag_disable_footer = true; フッター部

カスタマイズしたいディレクトリ名

* index
o トップページ
* privacy
o 個人情報保護方針のページ
* product_info
o 商品詳細のページ
など。。。

他にもたくさんありますので探してみて下さい。