Przeglądaj źródła

Update listview.class.php

tags/6.1.9
xushubieli 2 lat temu
rodzic
commit
fab83e278d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/system/archive/listview.class.php

+ 1
- 1
src/system/archive/listview.class.php Wyświetl plik

@@ -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";


Ładowanie…
Anuluj
Zapisz