From: wesley Date: Fri, 29 Jul 2005 02:38:00 +0000 (+0000) Subject: Backport frontend_footer hook to branch X-Git-Tag: 0.8.3~15 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e8df61789000caf2f4b778d3a91587162cf0e02c;p=s9y.git Backport frontend_footer hook to branch --- diff --git a/include/functions_smarty.inc.php b/include/functions_smarty.inc.php index 3ac2fc0..f1e5c50 100644 --- a/include/functions_smarty.inc.php +++ b/include/functions_smarty.inc.php @@ -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");