]> git.mjollnir.org Git - s9y.git/commitdiff
new core hook 'frontend_footer' added
authorwesley <wesley>
Mon, 25 Jul 2005 16:17:20 +0000 (16:17 +0000)
committerwesley <wesley>
Mon, 25 Jul 2005 16:17:20 +0000 (16:17 +0000)
include/functions_smarty.inc.php

index 34307dd773fc4f3c22a7317a22475027be8986b2..8fc4731498a177675eed76a25e2fb6d1c3b36eeb 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");