Browse Source

Update listview.class.php

tags/6.1.9
xushubieli 2 years ago
parent
commit
fab83e278d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/archive/listview.class.php

+ 1
- 1
src/system/archive/listview.class.php View File

@@ -847,7 +847,7 @@ class ListView
} else {
$indexpage = "<li class='page-item'><span class='page-link'>首页</span></li>\r\n";
}
//下一页,未页的链接
//下一页未页的链接
if ($this->PageNo != $totalpage && $totalpage > 1) {
$nextpage .= "<li class='page-item'><a class='page-link' href='".str_replace("{page}", $nextpagenum, $tnamerule)."'>下一页</a></li>\r\n";
$endpage = "<li class='page-item'><a class='page-link' href='".str_replace("{page}", $totalpage, $tnamerule)."'>末页</a></li>\r\n";


Loading…
Cancel
Save