当前位置: 首页 > 站长资讯 > 正文页面

35dir分类目录网站模板标签使用说明文档

35dir分类目录网模板标签使用说明文档,随着35dir分类目录渐渐退出我们视野,网上已经很难找到35dir标签调用使用说明文档,所以觉得这篇文章很有意义。35dir系统主要采用Smarty作为模板引擎,标签的左/右结束符可通过 “source/include/smarty.php”文件来修改,可修改为你自己喜欢的方式,系统默认使用“{#”和“#}”来表示标签的开始和结束,例如:{#$变量名#}。升级Smarty模板引擎只需下载最新的版本,覆盖“source/extend/smarty”目录下的文件即可。对于不熟悉Smarty模板引擎的朋友,可参考Smarty相关使用手册。LG8网站目录_网站网址收录与提交入口
一、网站通用标签LG8网站目录_网站网址收录与提交入口
$site_root ---------------- 网站根目录LG8网站目录_网站网址收录与提交入口
$site_name ---------------- 网站名称LG8网站目录_网站网址收录与提交入口
$site_title --------------- 网站标题(浏览器标题栏)LG8网站目录_网站网址收录与提交入口
$site_url ----------------- 网站URLLG8网站目录_网站网址收录与提交入口
$site_keywords ------------ 网站关键词,用于SEOLG8网站目录_网站网址收录与提交入口
$site_description --------- 网站描述,用于SEOLG8网站目录_网站网址收录与提交入口
$site_copyright ----------- 网站底部版块,支持HTMLLG8网站目录_网站网址收录与提交入口
$site_rss ----------------- RSS订阅图标LG8网站目录_网站网址收录与提交入口
$site_path ---------------- 当前位置导航,例如:您正在数, outstat-点出次数, views-浏览次数, utime-更新时间),当指定值时,则按指定字段来进行内容排序LG8网站目录_网站网址收录与提交入口
$order – 默认为DESC,可选值为(DESC为倒序排列,ASC为正序排列)LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#foreach from=get_websites(0, 10, false) item=new#}LG8网站目录_网站网址收录与提交入口
{#$new.web_name#}LG8网站目录_网站网址收录与提交入口
{#$new.web_name#}LG8网站目录_网站网址收录与提交入口
{#$new.web_intro#}LG8网站目录_网站网址收录与提交入口
{#$new.web_url#} - {#$new.web_utime#}LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
循环体中可使用的字段:LG8网站目录_网站网址收录与提交入口
$web_id ------------------ 站点IDLG8网站目录_网站网址收录与提交入口
$cate_name --------------- 分类名称LG8网站目录_网站网址收录与提交入口
$web_name ---------------- 网站名称LG8网站目录_网站网址收录与提交入口
$web_url ----------------- 网站URLLG8网站目录_网站网址收录与提交入口
$web_tags ---------------- 网站TAG标签LG8网站目录_网站网址收录与提交入口
$web_thumb --------------- 网站缩略图LG8网站目录_网站网址收录与提交入口
$web_intro --------------- 网站简介LG8网站目录_网站网址收录与提交入口
$web_utime --------------- 更新时间LG8网站目录_网站网址收录与提交入口
$web_views --------------- 浏览次数LG8网站目录_网站网址收录与提交入口
$web_arank --------------- Alexa世界排名LG8网站目录_网站网址收录与提交入口
$web_prank --------------- Google PageRankLG8网站目录_网站网址收录与提交入口
$web_srank --------------- Sogou RankLG8网站目录_网站网址收录与提交入口
$web_link ---------------- 网站详细链接LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
3.数据归档函数(注:此函数需要使用双重循环来实现)LG8网站目录_网站网址收录与提交入口
get_archives()LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#foreach from=get_archives() key=year item=arr#}LG8网站目录_网站网址收录与提交入口
{#$year#}年LG8网站目录_网站网址收录与提交入口
{#foreach from=$arr key=month item=sitecount#}LG8网站目录_网站网址收录与提交入口
{#$month#}月LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
4. 友情链接函数LG8网站目录_网站网址收录与提交入口
get_links()LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#foreach from=get_links() item=item#}LG8网站目录_网站网址收录与提交入口
{#$item.link_name#}LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
循环体中可使用的字段:LG8网站目录_网站网址收录与提交入口
$link_name ------------ 链接名称LG8网站目录_网站网址收录与提交入口
$link_logo ------------ LOGO地址LG8网站目录_网站网址收录与提交入口
$link_url ------------- 链接URLLG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
5. 广告函数LG8网站目录_网站网址收录与提交入口
get_adcode(广告ID)LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#get_adcode(1)#}LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
6. 自定义标签LG8网站目录_网站网址收录与提交入口
后台的所添加的自定义标签,均可通过这样{#$label.标签名称#}的方式来调用LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#$label.google_300x250#}LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
7. 站点统计LG8网站目录_网站网址收录与提交入口
{#$stat.模块名称#},可调用的有category, websiteLG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
共 {#$stat.category#} 个主题分类,共收录个 {#$stat.website#} 站点LG8网站目录_网站网址收录与提交入口
以下是各个页面模块可使用的标签说明:LG8网站目录_网站网址收录与提交入口
列表页通用标签$weblist、$showpage,可用于directory.html, update.html, archives.html, search.htmlLG8网站目录_网站网址收录与提交入口
$weblist -------------- 网站列表LG8网站目录_网站网址收录与提交入口
$showpage ------------- 列表分页(显示首页,上一页,下一页,尾页)LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#foreach from=$weblist item=item name=list_website#}LG8网站目录_网站网址收录与提交入口
{#$item.web_name#}LG8网站目录_网站网址收录与提交入口
{#$item.web_name#}LG8网站目录_网站网址收录与提交入口
{#$item.web_intro#}LG8网站目录_网站网址收录与提交入口
{#$item.web_url#}LG8网站目录_网站网址收录与提交入口
PageRank:{#$item.web_prank#} / 10LG8网站目录_网站网址收录与提交入口
AlexaRank:{#$item.web_arank#}LG8网站目录_网站网址收录与提交入口
人气指数:{#$item.web_views#}LG8网站目录_网站网址收录与提交入口
收录时间:{#$item.web_utime#}LG8网站目录_网站网址收录与提交入口
{#foreachelse#}LG8网站目录_网站网址收录与提交入口
该目录下无任何内容!LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
{#$showpage#}LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
一、网站首页(index.html)LG8网站目录_网站网址收录与提交入口
可使用上面的所有标签及函数。LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
二、目录列表页专用标签(directory.html)LG8网站目录_网站网址收录与提交入口
$category_name --------- 当前分类名称LG8网站目录_网站网址收录与提交入口
$child_category -------- (数组格式)当前分类下的子分类LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#$category_name#}LG8网站目录_网站网址收录与提交入口
{#foreach from=$child_category item=c#}LG8网站目录_网站网址收录与提交入口
{#if $cate_id == $c.cate_id#}LG8网站目录_网站网址收录与提交入口
{#$c.cate_name#} ({#$c.cate_postcount#})LG8网站目录_网站网址收录与提交入口
{#else#}LG8网站目录_网站网址收录与提交入口
{#$c.cate_name#} ({#$c.cate_postcount#})LG8网站目录_网站网址收录与提交入口
{#/if#}LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
循环体中可使用的字段:LG8网站目录_网站网址收录与提交入口
$cate_id -------------- 分类IDLG8网站目录_网站网址收录与提交入口
$cate_name ------------ 分类名称LG8网站目录_网站网址收录与提交入口
$cate_postcount ------- 分类下的内容统计LG8网站目录_网站网址收录与提交入口
$cate_link ------------ 分类链接LG8网站目录_网站网址收录与提交入口
LG8网站目录_网站网址收录与提交入口
三、最近更新页专用标签(update.html)LG8网站目录_网站网址收录与提交入口
$days ----------------- 当前选择的时间周期LG8网站目录_网站网址收录与提交入口
$timescope ------------ (数组格式)时间范围LG8网站目录_网站网址收录与提交入口
使用示例:LG8网站目录_网站网址收录与提交入口
{#foreach from=$timescope item=v key=k#}LG8网站目录_网站网址收录与提交入口
{#if $days == $v.time_id#}LG8网站目录_网站网址收录与提交入口
{#$v.time_text#}LG8网站目录_网站网址收录与提交入口
{#else#}LG8网站目录_网站网址收录与提交入口
{#$v.time_text#}LG8网站目录_网站网址收录与提交入口
{#/if#}LG8网站目录_网站网址收录与提交入口
{#/foreach#}LG8网站目录_网站网址收录与提交入口
循环体中可使用的字段:LG8网站目录_网站网址收录与提交入口
$time_id -------------- 时间周期,例如:24小时,3天内,1周内LG8网站目录_网站网址收录与提交入口
$time_text ------------ 时间名称LG8网站目录_网站网址收录与提交入口
$time_link ------------ 时间链接LG8网站目录_网站网址收录与提交入口
  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章