X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fpaginate.tpl;h=ee9a1cc3302ccf841a2afb30d60775de6e1e8ff3;hb=8e3428764b67c90b3eef88a075060e8694be465b;hp=68dafc4e9e3513479708f0f73eea96d1a5b847a6;hpb=faa510befca7b5f2f990960987931d7b23b92c32;p=friendica.git diff --git a/view/templates/paginate.tpl b/view/templates/paginate.tpl index 68dafc4e9e..ee9a1cc330 100644 --- a/view/templates/paginate.tpl +++ b/view/templates/paginate.tpl @@ -1,13 +1,13 @@ +{{if $pager && ($pager.prev || $pager.next)}}
- {{if $pager}} - {{ if $pager.prev }}{{ $pager.prev.text }}{{ /if }} + {{if $pager.prev}}{{$pager.prev.text}}{{/if}} - {{ if $pager.first }}{{ $pager.first.text }}{{ /if }} + {{if $pager.first}}{{$pager.first.text}}{{/if}} - {{ foreach $pager.pages as $p }}{{ $p.text }}{{ /foreach }} + {{foreach $pager.pages as $p}}{{$p.text}}{{/foreach}} - {{ if $pager.last }}{{ $pager.last.text }}{{ /if }} + {{if $pager.last}} {{$pager.last.text}}{{/if}} - {{ if $pager.next }}{{ $pager.next.text }}{{ /if }} - {{/if}} -
\ No newline at end of file + {{if $pager.next}}{{$pager.next.text}}{{/if}} + +{{/if}}