12345678910111213141516171819202122232425 |
- <php>
- $portal_index_lastnews="2";/*首页最新资讯分类id,多个分类以英文逗号隔开*/
- $portal_hot_articles="1,2";/*热门文章分类id,多个分类以英文逗号隔开*/
- $portal_last_post="1,2";/*最新发布分类id,多个分类以英文逗号隔开*/
- $tmpl=sp_get_theme_path();
- $default_home_slides=array(
- array(
- "slide_name"=>"ThinkCMFX2.1.0发布啦!",
- "slide_pic"=>$tmpl."Public/images/demo/1.jpg",
- "slide_url"=>"",
- ),
- array(
- "slide_name"=>"ThinkCMFX2.1.0发布啦!",
- "slide_pic"=>$tmpl."Public/images/demo/2.jpg",
- "slide_url"=>"",
- ),
- array(
- "slide_name"=>"ThinkCMFX2.1.0发布啦!",
- "slide_pic"=>$tmpl."Public/images/demo/3.jpg",
- "slide_url"=>"",
- ),
- );
- </php>
|