]> git.mjollnir.org Git - s9y.git/commitdiff
Documented wesley's changes to templates
authorgarvinhicking <garvinhicking>
Fri, 22 Jul 2005 09:05:08 +0000 (09:05 +0000)
committergarvinhicking <garvinhicking>
Fri, 22 Jul 2005 09:05:08 +0000 (09:05 +0000)
docs/NEWS

index f4bc4b639426cdbe954f1beb90fb2307b133c125..48ae142d82af041c7200d85d0b6d529b9fa10871 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,6 +3,14 @@
 Version 0.9 ()
 ------------------------------------------------------------------------
 
+    * TEMPLATES: Added plugin hooks "entries_header" and "entries_footer"
+      to the files entries_archives.tpl and entries_summary.tpl:
+       {serendipity_hookPlugin hook="entries_header"}
+       <div class='serendipity_entryFooter' style="text-align: center">
+         {serendipity_hookPlugin hook="entries_footer"}
+       </div>
+      (wesley)
+
     * "Edit entries" panel can now delete entries and returns to the 
       originating panel. Also it now utilizes Cookies (via JS) to remember 
       the last used settings (sortorder, filters) (garvinhicking)