Lecms 单个分类调用:{block:category_info cid="1"}打印信息:{php}print_r($data);{/php}输出:{$data[name]}{/block}...
{block:global_show show_prev_next="1" dateformat="Y-m-d"} {/block} ...
Lecms 搜索功能<form name="search" method="get" action="{$cfg[webdir]}index.php" id="search_form"> <input type="hidden" name="u" value="search-index" ......
Lecms 热门标签列表调用{block:taglist mid="2" limit="30" orderby="count"} {loop:$data[list] $v} <li class="tag_id_{$v[tagid]}"><a title="{$v[name]}" href="{......
当前位置:<div class="thjingxuan_title categorylist"><i></i> <a href="{$cfg[weburl]}" title="{$cfg[webname]}">首页</a>{loop:$cfg_var[place] $v}<span>/</......
栏目数组:$cfg_var栏目名称:{$cfg_var[name]}栏目链接:{$cfg_var[url]}...
<form id="ctf_message_form" action="{$cfg[webdir]}index.php?comment-domessage.html" method="post"> <div class="ctf_cont"><textarea name="mess......
Lecms是如何调用友情链接的:{if:empty($cfg_var['topcid'])} //首页显示 其他页不显示{block:links limit="50"}{loop:$data $v}<a href="{$v[url]}" target="......
Lecms 全局调用指定栏目的文章信息: {block:listeach cid="6" limit="10" dateformat="m-d" titlenum="38"} {loop:$data $v} <div class="col-......
Lecms 模板中如何调用指定栏目下的子分类以及子分类文章信息首先声明这个指定栏目必须为频道类型,否则是无法使用的,代码如下: {block:category cid="1" mid="2" type="......
Lecms 如何调用指定多栏目信息 {block:category_info cids="2,4,6,5"} {loop:$data[list] $v} <span><a href="{$v[url]}" target="_blank">{$v[name]}</a></span> {/loo......
Lecms 如何增加自定义配置字段:1。找到/admin/control/setting_control.class.php,大概19行后,增加代码:$input['huanying'] = form::get_textarea('huanying......
Lecms是如何加载公共模板文件的?{inc:head.htm}需要注意:文件命名方式为:inc-head.htm...
Lecms SEO调用<title>{$cfg[titles]}</title> <meta name="keywords" content="{$cfg[seo_keywords]}" /> <meta name="description" content="{$cfg[seo_description]}" />...