|
|
请问如何更改首页的模板文件index.php文件里面的include template('index');
例如我在default模板中复制index.htm文件命名为index_1.htm文件
那首页index.php文件如果使用index_1.htm模板文件,[ol] $destoon_task = '';$AREA = cache_read('area.php');$LETTER = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z');$seo_title = $DT['seo_title'];$head_keywords = $DT['seo_keywords'];$head_description = $DT['seo_description'];include template('index');}[/ol]复制代码 |
|