From 344dadeb18c0dd7667dc324a0b88d807b89df9aa Mon Sep 17 00:00:00 2001 From: wesley Date: Fri, 22 Jul 2005 01:55:09 +0000 Subject: [PATCH] Added entries_header and entries_footer hooks into Archives and Summary tpl files. --- templates/default/entries_archives.tpl | 3 +++ templates/default/entries_summary.tpl | 3 +++ templates/wp/entries_archives.tpl | 3 +++ templates/wp/entries_summary.tpl | 3 +++ 4 files changed, 12 insertions(+) diff --git a/templates/default/entries_archives.tpl b/templates/default/entries_archives.tpl index c92905f..90906e0 100644 --- a/templates/default/entries_archives.tpl +++ b/templates/default/entries_archives.tpl @@ -1,3 +1,4 @@ +{serendipity_hookPlugin hook="entries_header"} {foreach from=$archives item="archive"} @@ -14,3 +15,5 @@ {/foreach}
{/foreach} +
+{serendipity_hookPlugin hook="entries_footer"}
diff --git a/templates/default/entries_summary.tpl b/templates/default/entries_summary.tpl index 62c6d62..27b8197 100644 --- a/templates/default/entries_summary.tpl +++ b/templates/default/entries_summary.tpl @@ -1,3 +1,4 @@ +{serendipity_hookPlugin hook="entries_header"}
{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B, %Y"}
@@ -10,3 +11,5 @@ {/foreach}
+
+{serendipity_hookPlugin hook="entries_footer"}
diff --git a/templates/wp/entries_archives.tpl b/templates/wp/entries_archives.tpl index c92905f..90906e0 100644 --- a/templates/wp/entries_archives.tpl +++ b/templates/wp/entries_archives.tpl @@ -1,3 +1,4 @@ +{serendipity_hookPlugin hook="entries_header"} {foreach from=$archives item="archive"} @@ -14,3 +15,5 @@ {/foreach}
{/foreach} +
+{serendipity_hookPlugin hook="entries_footer"}
diff --git a/templates/wp/entries_summary.tpl b/templates/wp/entries_summary.tpl index b456bb4..4e92b7e 100644 --- a/templates/wp/entries_summary.tpl +++ b/templates/wp/entries_summary.tpl @@ -1,3 +1,4 @@ +{serendipity_hookPlugin hook="entries_header"}
{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B, %Y"}
@@ -10,3 +11,5 @@ {/foreach}
+
+{serendipity_hookPlugin hook="entries_footer"}
-- 2.39.5