Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
Plain Diff
Browse Files
Authored by
microTT
9 years ago
Commit
6c477b85d8dcd64f48d6d3bbe23293d917c92ae5
2 parents
0ff86404
cd8f16d6
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohood
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
website/view/script/news/detail.php
website/view/script/news/detail.php
View file @
6c477b8
...
...
@@ -5,7 +5,23 @@
<h2>
<?php
echo
$this
->
view
->
info
[
'title'
]
?>
</h2>
<!-- <h3>潮流嘉年华</h3> -->
<div
class=
"item-info"
>
<a
class=
"fluid-tag item-tag brand-info"
href=
"/news/index/tag/
<?php
echo
$this
->
view
->
info
[
'tag'
]
?>
"
>
<?php
echo
$this
->
view
->
info
[
'tag'
]
?>
</a>
<a
class=
"fluid-tag item-tag brand-info
<?php
if
(
$this
->
view
->
info
[
'tag'
]
==
"品牌资讯"
){
echo
"brand-info"
;
}
elseif
(
$this
->
view
->
info
[
'tag'
]
==
"活动介绍"
){
echo
"activity-intro"
;
}
elseif
(
$this
->
view
->
info
[
'tag'
]
==
"亮点活动"
){
echo
"spotlight-activity"
;
}
elseif
(
$this
->
view
->
info
[
'tag'
]
==
"限量商品"
){
echo
"limited-edition"
;
}
else
{
echo
"brand-info"
;
}
?>
"
href=
"/news/index/tag/
<?php
echo
$this
->
view
->
info
[
'tag'
]
?>
"
>
<?php
echo
$this
->
view
->
info
[
'tag'
]
?>
</a>
<span
class=
"item-time"
>
<?php
$en
=
array
(
'01'
=>
'January'
,
'02'
=>
'February'
,
'03'
=>
'March'
,
'04'
=>
'April'
,
'05'
=>
'May'
,
'06'
=>
'June'
,
'07'
=>
'July'
,
'08'
=>
'August'
,
'09'
=>
'September'
,
'10'
=>
'October'
,
'11'
=>
'November'
,
'12'
=>
'December'
);
$m
=
date
(
'm'
,
$this
->
view
->
info
[
'create_time'
]);
echo
$en
[
$m
]
?>
<?php
ECHO
$m
=
date
(
'd,Y'
,
$this
->
view
->
info
[
'create_time'
])
?>
</span></span>
</div>
</div>
...
...
Please
register
or
login
to post a comment