From: wesley Date: Fri, 22 Jul 2005 01:55:09 +0000 (+0000) Subject: Added entries_header and entries_footer hooks into Archives and Summary tpl files. X-Git-Tag: 0.9~302 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=344dadeb18c0dd7667dc324a0b88d807b89df9aa;p=s9y.git Added entries_header and entries_footer hooks into Archives and Summary tpl files. --- 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"}