From 5224eb0d76091147fe4eb37d630b047d5d864732 Mon Sep 17 00:00:00 2001 From: wesley Date: Mon, 25 Jul 2005 16:17:20 +0000 Subject: [PATCH] new core hook 'frontend_footer' added --- 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 34307dd..8fc4731 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