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
3d0d28b0c33c611f02a02dfa50f9269fa86f5ded
1 parent
b1410e51
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 @
3d0d28b
...
...
@@ -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
(
$is_video
)
if
(
$is_video
==
1
)
{
$tag
=
'视频'
;
}
...
...
Please
register
or
login
to post a comment