首页Title调用
<title>{dede:global.cfg_keywords/} - {dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:global.cfg_keywords/}" />
<meta name="description" content="{dede:global.cfg_description/}" />
调用样式表和js文件示例:
<link href="{dede:global.cfg_templets_skin/}/images1/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="{dede:global.cfg_cmsurl/}/js/ScrollPicLeft.js"></script>
<script type="text/javascript" src="{dede:global.cfg_cmsurl/}/js/menushow.js"></script>
<script src="{dede:global.cfg_cmsurl/}/js/tools.js" type="text/javascript"></script>
产品列表页Title调用
<title>{dede:field.typename/} - {dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field name='keywords'/}" />
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
<link href="{dede:global.cfg_templets_skin/}/images1/style.css" rel="stylesheet" type="text/css" />
产品详情页Title调用
<title>{dede:field.title/} - {dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field.keywords/}" />
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
资讯列表页Title调用
<title>{dede:field.seotitle /} - {dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field name='keywords'/}" />
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
资讯详情页Title调用
<title>{dede:field.seotitle /} - {dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field name='keywords'/}" />
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />