SHLCMS 首页标签调用说明
来自站长百科
站点名称 | <?php echo SITENAME ?> |
站点模板的根路径 | <?php echo get_skin_root() ?> |
网站的跟路径(绝对路径) | <?php echo get_root_path() ?> |
网站的主导航菜单 | <?php main_menu('','') ?> 常见用法:<?php main_menu('<li>||</li>','<li id="selected">||</li>',’<span style=””>’) ?>第一个参数('<li>||</li>')中的||为分割符,用来给定导航左右两边的[[标签]];第二个参数为,选中时的代码;第三个参数可以设置主导航频道的显示样式,在这里用户可以引用设置的[[css]]样式 |
首页调用图文标签 | dt_cn_article($channelId,$strcount=0)) |
dt_cn_article_pic($channelId,$strcount=0,$style=0) | |
dt_en_article($channelId,$strcount=0) | |
dt_en_article_pic($channelId,$strcount=0,$style=0) | |
首页调用新闻标签 | dt_list($channelId,$n,$strcount=0,$style=0,$isellipsis=true) |
dt_blog($channelId,$n,$style) | |
首页调用下载标签 | dt_download($channelId,$n,$strcount=0,$style=0,$isellipsis=true) |
首页调用留言标签 | dt_guestbook($channelId,$n,$strcount=0,$strcountl=0,$style=0,$isellipsis=true) |
首页调用招聘标签 | dt_jobs($channelId,$n,$strcount=0,$style=0,$isellipsis=false) |
首页调用图片卷标 | dt_picture($channelId,$n,$strcount=0,$style=0,$isellipsis=true) |
首页调用产品卷标 | dt_product($channelId,$n,$strcount=0,$strcountl=0,$style=0,$isellipsis=true,$categoryId=null) |
首页调用专辑标签 | dt_special($channelId,$n,$strcount=0,$strcountl=0,$style=0,$isellipsis=true) |
首页调用视频标签 | dt_video($channelId,$n,$strcount=0,$style=0,$isellipsis=true) |
首页调用活动行程标签 | dt_tour($channelId,$n,$strcount=0,$strcountl=0,$style=0,$isellipsis=true) |