国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
398B

  1. <?php
  2. //这个值为 0 表示关闭此设置, 为 1 表示开启
  3. $cfg_tamplate_rand = 0;
  4. //模板数组,如果需要增加,按这个格式增加或修改即可(必须确保这些模板是存在的),并且数量必须为2个或以上。
  5. $cfg_tamplate_arr[] = 'article_article.htm';
  6. $cfg_tamplate_arr[] = 'article_article1.htm';
  7. $cfg_tamplate_arr[] = 'article_article2.htm';
  8. ?>