栏目数组:$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]}" />...