]> git.mjollnir.org Git - s9y.git/commitdiff
Backport frontend_footer hook to branch
authorwesley <wesley>
Fri, 29 Jul 2005 02:38:00 +0000 (02:38 +0000)
committerwesley <wesley>
Fri, 29 Jul 2005 02:38:00 +0000 (02:38 +0000)
include/functions_smarty.inc.php

index 3ac2fc078b96c986e49a42d2b5c56f30878ed345..f1e5c504bc276660026b55ea81fac3b6a055be4e 100644 (file)
@@ -39,7 +39,8 @@ function serendipity_smarty_hookPlugin($params, &$smarty) {
     static $hookable = array('frontend_header',
                              'entries_header',
                              'entries_footer',
-                             'frontend_comment');
+                             'frontend_comment',
+                             'frontend_footer');
 
     if (!isset($params['hook'])) {
         $smarty->trigger_error(__FUNCTION__ .": missing 'hook' parameter");