...
|
...
|
@@ -118,6 +118,10 @@ class TemplateLayout implements View_Interface |
|
|
}
|
|
|
// 应用版本号
|
|
|
$tpl_vars['version'] = $config->version;
|
|
|
// JS统计代码的版本号
|
|
|
if (isset($config->yas->version)) {
|
|
|
$tpl_vars['yas_version'] = $config->yas->version;
|
|
|
}
|
|
|
|
|
|
// SEO相关的标题、关键词、描述内容信息
|
|
|
if (!empty($tpl_vars['title_more'])) {
|
...
|
...
|
|