From e8df61789000caf2f4b778d3a91587162cf0e02c Mon Sep 17 00:00:00 2001 From: wesley Date: Fri, 29 Jul 2005 02:38:00 +0000 Subject: [PATCH] Backport frontend_footer hook to branch --- include/functions_smarty.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 2.39.5