Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
c024d0aa5ba469fd6ab8820905ee3cbba37451d2
1 parent
5b897918
do merge shopping cart code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
library/Plugin/TemplateLayout.php
library/Plugin/TemplateLayout.php
View file @
c024d0a
...
...
@@ -119,10 +119,6 @@ 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'
]))
{
...
...
Please
register
or
login
to post a comment