changeset 1030:a072edad2d3f

templates: remove category index & pager Category support got removed almost a year and a half ago. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 30 Jul 2020 16:57:38 -0400
parents f3f52485128d
children 31c9d3b5007a
files templates/html/catindex.tmpl templates/html/catpager.tmpl
diffstat 2 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/templates/html/catindex.tmpl	Fri Jul 24 13:39:38 2020 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-{header}
-{posts%story}
-{catpager}
-{sidebar}
-{footer}
--- a/templates/html/catpager.tmpl	Fri Jul 24 13:39:38 2020 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-<div class="navigation">
-	{ifeq(moreposts,1)}
-	<div class="alignleft"><a href="?cat={tagid}&amp;paged={prevpage}">&laquo; Older Entries</a></div>
-	{endif()}
-	{ifgt(curpage,0)}
-	<div class="alignright"><a href="?cat={tagid}&amp;paged={nextpage}">Newer Entries &raquo;</a></div>
-	{endif()}
-</div>