From: pdontthink Date: Sun, 31 Dec 2006 06:29:37 +0000 (+0000) Subject: Removing hooks from template one by one... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a1d29fb8ec4da41eea13f093cf58f33082b7a84e;hp=b1870063b2e576ca9ff3cd41ada9cda1f8812507 Removing hooks from template one by one... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12036 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 60407885..73e6345a 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -68,14 +68,12 @@ */ /** add required includes */ -include_once(SM_PATH . 'templates/util_message_list.php'); +include_once(SM_PATH . 'functions/template/message_list_util.php'); /* retrieve the template vars */ extract($t); -//FIXME: no hooks in templates! -global $null; -do_hook('mailbox_index_before', $null); +if (!empty($plugin_output['mailbox_index_before'])) echo $plugin_output['mailbox_index_before']; /** * Calculate string "Viewing message x to y (z total)"