do merge shopping cart code
Showing
1 changed file
with
0 additions
and
4 deletions
@@ -119,10 +119,6 @@ class TemplateLayout implements View_Interface | @@ -119,10 +119,6 @@ class TemplateLayout implements View_Interface | ||
119 | } | 119 | } |
120 | // 应用版本号 | 120 | // 应用版本号 |
121 | $tpl_vars['version'] = $config->version; | 121 | $tpl_vars['version'] = $config->version; |
122 | - // JS统计代码的版本号 | ||
123 | - if (isset($config->yas->version)) { | ||
124 | - $tpl_vars['yas_version'] = $config->yas->version; | ||
125 | - } | ||
126 | 122 | ||
127 | // SEO相关的标题、关键词、描述内容信息 | 123 | // SEO相关的标题、关键词、描述内容信息 |
128 | if (!empty($tpl_vars['title_more'])) { | 124 | if (!empty($tpl_vars['title_more'])) { |
-
Please register or login to post a comment