From: wesley Date: Mon, 25 Jul 2005 16:17:20 +0000 (+0000) Subject: new core hook 'frontend_footer' added X-Git-Tag: 0.9~289 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5224eb0d76091147fe4eb37d630b047d5d864732;p=s9y.git new core hook 'frontend_footer' added --- 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");