phpcms 变量集锦
- 九月 21st, 2009
{$head[title]} 页面标题,用法: <title>{$head[title]}-{$PHPCMS[sitename]}</title>{$PHPCMS[sitename]} 网站名称 用法:<title>{$head[title]}-{$PHPCMS[sitename]}</title>{$head[keywords]} 关键字 用法:<meta name="keywords" content="{$head[keywords]}">{$head[description]} 网页描述 用法:<meta name="description" content="{$head[description]}">{$PHPCMS[version]} phpcms版本 用法:<meta name="generator" content="Phpcms {$PHPCMS[version]}">{PHPCMS_PATH} 指向网站根目录 用法:<script language="javascript" src="{PHPCMS_PATH}include/js/common.js"></script> {$MODULE[ads][linkurl]} 广告模块...
