source: extensions/stripped/template/navigation_thumb.tpl @ 21217

Last change on this file since 21217 was 7989, checked in by Zaphod, 13 years ago

[extension] stripped - first release

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.