全局网站参数 $config

变量名备注
{$config.title}网站名称
{$config.dir}网站安装目录,根目录即为/
{$config.domain}网站域名,此值为人工设置,与{$config.dir}可以组成有效的域名安装,等同于{$sys.url}
{$config.logo}网站LOGO图标,仅限前台使用
{$config.meta}前端HTML里的head扩展,建议您有head验证时,都写到这里来
{$config.status}值为1时表示网站开启中,为0表示网站关闭,关闭的原因请使用{$config.content}
{$config.content}网站关闭说明
{$config.seo_title}SEL优化<title>信息,此项表示全局,不会随着内容变化而变化
{$config.seo_keywords}SEO优化meta → keywords里的信息,此项表示全局,不会随着内容变化而变化
{$config.seo_desc}SEO优化meta → description里的信息,此项表示全局,不会随着内容变化而变化
{$config.seo.title}SEO优化 title 信息,此项信息允许分类,项目及内容自定义,推荐使用
{$config.seo.keywords}SEO优化meta → keywords里的信息,允许分类,项目及内容自定义,推荐使用
{$config.seo.description}SEO优化meta → description里的信息,允许分类,项目及内容自定义,推荐使用
{$config.标识串}用户自定义扩展的全局变量信息,数组模式,请用 {ebug $config} 查看