name:前台调用的字段的变量
firsttext:位置第一个显示文字
firstclass:位置第一个class名
firsturl:位置第一个url链接
activeclass:当前位置class名
num:在第一个位置后面显示几个位置
#### 1.显示完整位置
\<!-- 面包削导航 -->
<div class="mod-path row">
<column:location name="location" firsttext="首页" firstclass="parent" activeclass="now">
<a href="{$location.url}" class="{$activeclass}">{$location.title}</a>
</column:location>
</div>
\<!-- 面包削导航 -->
<div class="mod-path row">
<column:location name="location" firsttext="首页" firstclass="parent" activeclass="now">
<a href="{$location.url}" class="{$activeclass}">{$location.title}</a>
</column:location>
</div>
2\.显示部分位置以及在各个位置间加入间隔符
\<!-- 面包削导航 -->
<div class="frame-path min-box">
<column:location name="location" firsttext="首页" firstclass="parent home" activeclass="now" nu m="1">
<a href="{$location.url}" class="{$activeclass}">{$location.title}</a>
<if condition="$i lt count($ LOCATION )"> >
</if>
</column:location>
</div>
\<!-- 面包削导航 -->
<div class="frame-path min-box">
<column:location name="location" firsttext="首页" firstclass="parent home" activeclass="now" nu m="1">
<a href="{$location.url}" class="{$activeclass}">{$location.title}</a>
<if condition="$i lt count($ LOCATION )"> >
</if>
</column:location>
</div>
3\.第一个位置跳转到指定URL而不是网站首页实例:
\<!-- 当前位置 -->
<div class="location-nav">
<div class="location-nav-con">
<a href="javascript:void(0)">当前位置:</a>
<column:location name="location" firsttext="专题首页" firsturl="/name-sfx" num="1" >
<a href="{$location.url}">{$location.title}</a>
<if condition="$i lt count($ LOCATION )">
<span>></span>
</if>
</column:location>
</div>
</div>
\<!-- 当前位置 -->
<div class="location-nav">
<div class="location-nav-con">
<a href="javascript:void(0)">当前位置:</a>
<column:location name="location" firsttext="专题首页" firsturl="/name-sfx" num="1" >
<a href="{$location.url}">{$location.title}</a>
<if condition="$i lt count($ LOCATION )">
<span>></span>
</if>
</column:location>
</div>
</div>
- ThinkPHP模板
- 变量输出
- 系统变量
- 系统变量输出
- 常量输出
- 配置输出
- 语言变量
- 使用函数
- 默认值输出
- 使用运算符
- 标签库
- 导入标签库
- 内置标签
- 标签库预加载
- 模板继承
- 修改定界符
- 普通标签
- XML标签
- 三元运算符
- 包含文件
- 使用模版表达式
- 使用模版文件
- 传入参数
- 内置标签
- Volist标签
- Foreach标签
- For标签
- Switch标签
- 比较标签
- 范围判断标签
- IN和NOTIN
- BETWEEN 和 NOTBETWEEN
- RANGE
- IF标签
- Present标签
- Empty标签
- Defined标签
- Assign标签
- Define标签
- 标签嵌套
- import标签
- 使用PHP代码
- 使用php标签
- 使用原生php代码
- 原样输出
- 模板注释
- 单行注释
- 多行注释
- 模板布局
- 第一种方式:全局配置方式
- 第二种方式:模板标签方式
- 第三种方式:使用layout控制模板布局
- 模板替换
- 调用导航
- 调用栏目信息
- 根据栏目Id获取栏目信息
- 首页&封面调用信息列表
- 调用新闻列表
- 当前位置
- 当前位置
- 列表页分页
- 热门信息
- 获取热门信息
- 上一篇&下一篇
- YNCMS函数
- YNCMS插件开发
- 开始开发