config.html 711 B

12345678910111213141516171819202122232425
  1. <php>
  2. $portal_index_lastnews="2";/*首页最新资讯分类id,多个分类以英文逗号隔开*/
  3. $portal_hot_articles="1,2";/*热门文章分类id,多个分类以英文逗号隔开*/
  4. $portal_last_post="1,2";/*最新发布分类id,多个分类以英文逗号隔开*/
  5. $tmpl=sp_get_theme_path();
  6. $default_home_slides=array(
  7. array(
  8. "slide_name"=>"ThinkCMFX2.1.0发布啦!",
  9. "slide_pic"=>$tmpl."Public/images/demo/1.jpg",
  10. "slide_url"=>"",
  11. ),
  12. array(
  13. "slide_name"=>"ThinkCMFX2.1.0发布啦!",
  14. "slide_pic"=>$tmpl."Public/images/demo/2.jpg",
  15. "slide_url"=>"",
  16. ),
  17. array(
  18. "slide_name"=>"ThinkCMFX2.1.0发布啦!",
  19. "slide_pic"=>$tmpl."Public/images/demo/3.jpg",
  20. "slide_url"=>"",
  21. ),
  22. );
  23. </php>