aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/alt_pager.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/alt_pager.tpl')
-rw-r--r--view/tpl/alt_pager.tpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/alt_pager.tpl b/view/tpl/alt_pager.tpl
deleted file mode 100644
index b46dc7662..000000000
--- a/view/tpl/alt_pager.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-<div class="pager">
-{{if $has_less}}<a href="{{$url}}&page={{$prevpage}}" class="pager-prev">{{$less}}</a>{{/if}}
-{{if $has_more}}{{if $has_less}}&nbsp;|&nbsp;{{/if}}<a href="{{$url}}&page={{$nextpage}}" class="pager-next">{{$more}}</a>{{/if}}
-</div>