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
whb
10 years ago
Commit
a73fe1115230fc4984804025d5ad6b87a34d060c
1 parent
794bafa7
修改bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
website/controller/News.class.php
website/view/script/news/indexmobile.php
website/controller/News.class.php
View file @
a73fe11
...
...
@@ -97,7 +97,7 @@ class Controller_News extends Controller_Abstract
}
$this
->
_view
[
'current_tag'
]
=
$requestTag
;
$this
->
_view
[
'isAjax'
]
=
$this
->
_request
->
isAjax
();
$this
->
_view
[
'
t
otal'
]
=
$total
;
$this
->
_view
[
'
pageT
otal'
]
=
$total
;
$this
->
_view
[
'limit'
]
=
$limit
;
$this
->
_view
[
'page'
]
=
$page
->
getCurrentPage
();
}
...
...
website/view/script/news/indexmobile.php
View file @
a73fe11
...
...
@@ -19,7 +19,7 @@
</div>
<div
class=
"news-main content-main current"
>
<div
class=
"news-content"
>
<div
class=
"main-layout clearfix"
total=
"
<?php
echo
$this
->
view
->
t
otal
;
?>
"
page=
"
<?php
echo
$this
->
view
->
page
;
?>
"
<div
class=
"main-layout clearfix"
total=
"
<?php
echo
$this
->
view
->
pageT
otal
;
?>
"
page=
"
<?php
echo
$this
->
view
->
page
;
?>
"
total_times=
"3"
current_tag=
"
<?php
echo
$this
->
view
->
current_tag
;
?>
"
limit=
"
<?php
echo
$this
->
view
->
limit
;
?>
"
>
<?php
$this
->
_widget
(
'news_listmobile'
,
array
(
'list'
=>
$this
->
view
->
list
));
?>
</div>
...
...
Please
register
or
login
to post a comment