szurubooru/client/html/endless_pager_page.tpl
rr- 50404d5f5e client/general: change templates extension
...from .Handlebars' (which the project no longer uses) .hbs, to a more
generic .tpl. Additionally, replace hyphens with underscores for
consistency.
2016-05-18 00:15:28 +02:00

4 lines
132 B
Smarty

<div class='page'>
<p><span>Page <%= page %> of <%= totalPages %></span></p>
<div class='page-content-holder'></div>
</div>