Re-add hook just removed; compose templates are so scattered, there is nowhere a...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Mar 2007 03:14:20 +0000 (03:14 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Mar 2007 03:14:20 +0000 (03:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12345 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 2201b18f8e1e73e89cc8af860bdf0bb29236eda3..3f46038da4681011b3130b33cf8f8e6961969143 100644 (file)
@@ -1308,6 +1308,8 @@ function showInputForm ($session, $values=false) {
         $oTemplate->display('compose_newwin_close.tpl');
     }
 
+    do_hook('compose_bottom', $null);
+
     $oErrorHandler->setDelayedErrors(false);
     $oTemplate->display('footer.tpl');
 }