版主: daimadaquan
//add page names that you wantto disable left and right columns
$center_column_only = array('login','account'); //你要哪个页面不要就写在这里就是了.
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,$center_column_only) ) {
$flag_disable_right = true;
$flag_disable_left = true;
} $center_column_only = array('checkout');
if (in_array($current_page_base,$center_column_only) ) {
$flag_disable_right = true;
}

xqji 写道:各位zen-cart的前辈:
我正在调试商城,请问可以实现这样的页面样式吗?
在首页为左中右三栏,而进入商品列表或产品页面的时候,就只有左栏和中栏(中栏占据首页中中栏与右栏的位置)
这样的布局在商品显示的时候会比较宽敞,请问大侠们,这种布局可以实现吗?
另外,可以让所有的页面都拉满全屏呢?
请大家多多指教啊!谢谢!
------------------给大家一个简单的方法---------------------
想改那个页面的 就去这个页面的header_php.php去改
比如产品详细页面是products_info 就去改includes\modules\pages\product_info\header_php.php
想关左边就加一句$flag_disable_left = true; 右边就是$flag_disable_right = true;
by shaning 2009-12-18


bindy1986 写道:if ($cPath == '')
$flag_disable_left = ture;

正在浏览此版面的用户:没有注册用户 和 1 位游客