mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
...
This commit is contained in:
parent
a4850cb3d7
commit
970a2d4f1e
4 changed files with 16 additions and 9 deletions
2
boot.php
2
boot.php
|
@ -399,7 +399,7 @@ function paginate(&$a) {
|
|||
}
|
||||
|
||||
for($i = $numstart; $i <= $numstop; $i++){
|
||||
if($i == $pagenum)
|
||||
if($i == $a->pager['page'])
|
||||
$o .= '<span class="pager_current">'.(($i < 10) ? ' '.$i : $i);
|
||||
else
|
||||
$o .= "<span class=\"pager_n\"><a href=\"$url"."&page=$i\">".(($i < 10) ? ' '.$i : $i)."</a>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue