X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fpaginate.tpl;h=21d56509aabe83de3d1e3266f1a4cd7979b9ff11;hb=4059e58bbf6ac1fc40aaefd995338eb8d4ced3d8;hp=68dafc4e9e3513479708f0f73eea96d1a5b847a6;hpb=faa510befca7b5f2f990960987931d7b23b92c32;p=friendica.git diff --git a/view/templates/paginate.tpl b/view/templates/paginate.tpl index 68dafc4e9e..21d56509aa 100644 --- a/view/templates/paginate.tpl +++ b/view/templates/paginate.tpl @@ -1,13 +1,13 @@
{{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 $pager.next}}{{$pager.next.text}}{{/if}} {{/if}} -
\ No newline at end of file +