aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/navigation_bar.tpl
blob: 5347f6847a707fa1a0236c9061b350c2a0d21c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{capture}{$navbar.pages|@end}{/capture}
<div data-role="footer" class="ui-bar ui-bar-a" style="text-align:center;">
<div data-role="controlgroup" data-type="horizontal">
{strip}
  {if isset($navbar.URL_PREV)}
  <a href="{$navbar.URL_PREV}" rel="prev" data-role="button" data-icon="arrow-l" data-inline="true">{'Previous'|@translate}</a>
  {/if}
  <a href="#" data-role="button" data-inline="true">{$navbar.CURRENT_PAGE} / {$navbar.pages|@key}&nbsp;</a>
  {if isset($navbar.URL_NEXT)}
  <a href="{$navbar.URL_NEXT}" rel="next" data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true">{'Next'|@translate}</a>
  {/if}
{/strip}
</div>
</div>