联系我们

18176930112


建站、模板咨询

destoon模板存放调取方法

 一、模板存放及调用规则     

模板存放于系统 template 目录,template 目录下的一个目录
例如 template/default/ 即为一套模板

模板文件以 .htm 为扩展名,可直接存放于模板目录
例如 template/default/index.htm
也可以存放于模板目录的子目录里
例如 template/default/member/index.htm

在PHP文件里,使用模板语法为:     

<?php include template('index');?>

  或者:

<?php include template('index', 'member');?>

  如果当前默认模板套系为default,则:

   

<?php include template('header');?>

  表示使用 template/default/header.htm 模板文件

  

<?php include template('header', 'member');?>

  表示使用 template/default/member/header.htm 模板文件

     模板目录下在 these.name.php 是模板别名的配置文件,模板别名可以在后台模板管理修改。

     模板解析后的缓存文件保存于cache/tpl/目录,扩展名为 .tpl.php


电话

咨询电话:
4008857862
18176930112 13878897862

微信咨询

千人QQ交流群

购物车

客服

顶部