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
Email Patches
Plain Diff
Browse Files
Authored by
tmq
9 years ago
Commit
44ec334251cbd063ffbad7cc5fe0b27221f1363f
1 parent
a49c95cc
test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/controller/News.class.php
website/controller/News.class.php
View file @
44ec334
...
...
@@ -133,7 +133,7 @@ class Controller_News extends Controller_Abstract
list
(
$width
,
$height
,
$type
,
$attr
)
=
getimagesize
(
$thumb
);
$thumb_size
=
json_encode
(
array
(
'width'
=>
$width
,
'height'
=>
$height
));
//是否存在视频
if
(
!
empty
(
$is_video
)
)
if
(
$is_video
)
{
$tag
=
'视频'
;
}
...
...
Please
register
or
login
to post a comment