source: extensions/stripped_responsive/template/navigation_thumb.tpl @ 31946

Last change on this file since 31946 was 29449, checked in by JanisV, 10 years ago

Initial commit

  • Property svn:executable set to *
File size: 239 bytes
Line 
1<div id="thumb_navigation">
2{if isset($navbar.URL_PREV)}
3  <a id="tn_prev" href="{$navbar.URL_PREV}" rel="prev">&lt;</a>
4{/if}
5{if isset($navbar.URL_NEXT)}
6  <a id="tn_next" href="{$navbar.URL_NEXT}" rel="next">&gt;</a>
7{/if}
8</div>
Note: See TracBrowser for help on using the repository browser.