view theme/html/archivepager.tmpl @ 1031:31c9d3b5007a

move templates and static files into a theme directory The two are very related so they should be stored in the same place. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 24 Jul 2020 14:21:47 -0400
parents templates/html/archivepager.tmpl@2605f6c6d6d5
children fd4337f68e43
line wrap: on
line source

<div class="navigation">
	{ifeq(moreposts,1)}
	<div class="alignleft"><a href="?m={archid}&amp;paged={prevpage}">&laquo; Older Entries</a></div>
	{endif()}
	{ifgt(curpage,0)}
	<div class="alignright"><a href="?m={archid}&amp;paged={nextpage}">Newer Entries &raquo;</a></div>
	{endif()}
</div>