Changeset 459:4c50594d772d for themes/ductile/tpl/home.html
- Timestamp:
- 06/30/11 22:49:56 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/home.html
r441 r459 58 58 <div id="main"> 59 59 <div id="content"> 60 60 61 <tpl:Entries> 61 62 … … 75 76 76 77 <tpl:EntriesFooter> 77 <tpl:Pagination> 78 <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« 79 {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> 80 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 81 <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 82 »</a></tpl:PaginationIf></p> 83 </tpl:Pagination> 78 {{tpl:include src="_pagination.html"}} 84 79 </tpl:EntriesFooter> 80 85 81 </tpl:Entries> 86 </div> 82 83 </div> <!-- End #content --> 87 84 </div> <!-- End #main --> 88 85
Note: See TracChangeset
for help on using the changeset viewer.