当前的Phpcms V9手机网站的设置还有点弱,绑定的栏目不能设置选择模板,而且不能绑定单页面page。不过可以自定义做到绑定单页面page这一个功能:
1、修改phpcms\modules\wap\index.php,添加 function page()函数:

//CMSYOU DIY单页
    function page() {
    $WAP = $this->wap;
    $TYPE = $this->types;
    $WAP_SETTING = string2array($WAP['setting']);
    $GLOBALS['siteid'] = max($this->siteid,1);
    include template('wap', 'page');
    }

更多相关文章

  1. 使用curl加载xsl页面会返回实际的基数错误
  2. 打印具有各种值的php页面
  3. 如何递归将特色图像应用于Wordpress中的子页面?
  4. phpnow1.5.6如何设置404错误页面?
  5. 海图没有显示任何东西,只是空白的html页面
  6. 使用GMail SMTP服务器从PHP页面发送电子邮件
  7. php 获取当前页面url路径
  8. 如何在jQuery Mobile页面中提交表单?
  9. php如何跨站抓取别的站点的页面的补充

随机推荐

  1. android 字符串加解密算法
  2. Android-BLE低功耗蓝牙开发
  3. 很好的资源 for android
  4. android中textview设置为多行文本时,如何
  5. Android最新版本号与API级别对应关系
  6. android 应用程序不出现在最近打开程序列
  7. 2013.08.29——— android ObjectAnimato
  8. android 开发中总结的一些经验
  9. Android自动化测试之MonkeyRunner-之getP
  10. Android 复习笔记之图解Service