home-code

示例❤源码

<?php
/*
 * 文档通用模板配置
/*/
$_vc_news = array(

    
//config配置
    
'c' => array(
        
'vmode' => 'dynamic'//dynamic,static,close
        
'stexp' => '2h'//hour(s)
    
),
    
    
//mod.home模型首页
    
'm' => array(
        
'0' => 'news/mhome'//首页,news/mtype
        
'so' => 'news/mtype'//搜索,news/mext
    
), 
    
    
//详情页
    
'd' => 'news/detail',
    
    
//类别页
    
't' => 'news/mtype',

);

-End-