[TOC]
## 右边加new小图标:
~~~
{if time()-$r[inputtime]<7*24*3600}
<img src='/statics/images/new.gif' />
{/if}
~~~
## 统计:
`{tjcode()}`
## 碎片:
~~~
{pc:block pos="scroll"}
{/pc}
~~~
## 头部:
~~~
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<title>{if isset($SEO['title']) && !empty($SEO['title'])}{$SEO['title']}{/if}{$SEO['site_title']}</title>
<meta name="keywords" content="{$SEO['keyword']}">
<meta name="description" content="{$SEO['description']}">
~~~
## 常用系统常量:
~~~
{CSS_PATH}
{JS_PATH}
{IMG_PATH}
{APP_PATH}
~~~
## 模板包含:
~~~
{template "content","header"}
{template "content","sidebar"}
{template "content","footer"}
~~~