diff --git a/src/system/taglib/help/channel.txt b/src/system/taglib/help/channel.txt index f0b639e0..b3312714 100755 --- a/src/system/taglib/help/channel.txt +++ b/src/system/taglib/help/channel.txt @@ -8,7 +8,7 @@ typeid='1' 表示调用栏目id为1,多个栏目用英文逗号隔开,如: reid='0' 表示调用上级栏目id row='10' 表示调用10个栏目 col='1' 表示调用分1列显示(默认为单列) -type='son' 表示调用下级栏目son,包括:self同级栏目;top顶级栏目 +type='son' 表示调用下级栏目son,包括:self同级栏目、top顶级栏目 currentstyle='' 表示调用当前栏目高亮应用样式,以上示例标签的超链接a应用样式为class='thisclass',前提currentstyle要和循环的栏目html代码吻合,则可能html标签错误 标签进阶 除了[field:typelink/]和[field:typename/] 表示调用栏目链接和栏目标题,在后台-系统设置-SQL命令工具,找到数据库文档说明biz_arctype表,调用栏目大图和标题,则标签为[field:bigpic/]和[field:litimg/] \ No newline at end of file diff --git a/src/system/taglib/help/flink.txt b/src/system/taglib/help/flink.txt index d217dd47..d49ecfc5 100755 --- a/src/system/taglib/help/flink.txt +++ b/src/system/taglib/help/flink.txt @@ -7,5 +7,5 @@ type='image' 表示调用图片链接image,包括:text文字链接 row='10' 表示调用10条友情链接 titlelen='30' 表示调用友情链接标题30长度 -linktype='1' 表示调用友情链接位置,包括:1首页;2内页 +linktype='1' 表示调用友情链接位置,包括:1首页、2内页 typeid='0' 表示调用所有友情链接类型 \ No newline at end of file