博客
关于我
tp5使用header和footer模板
阅读量:239 次
发布时间:2019-03-01

本文共 154 字,大约阅读时间需要 1 分钟。

其实只要一句:

{  include file="index@tpl/header" /}

header.html的实际目录是在:

/项目/application/index/view/tpl/header.html

如果还是有点乱,看下面的图:

这里写图片描述

在index.html引用header.html可以这样写。

你可能感兴趣的文章
NodeJS API简介
查看>>
nodejs Error: request entity too large解决方案
查看>>
Nodejs express 获取url参数,post参数的三种方式
查看>>
nodejs http小爬虫
查看>>
nodejs libararies
查看>>
vue3+element-plus 项目中 el-switch 刷新后自动触发change?坑就藏在这里!
查看>>
nodejs npm常用命令
查看>>
nodejs npm常用命令
查看>>
Nodejs process.nextTick() 使用详解
查看>>