Re-add hook just removed; compose templates are so scattered, there is nowhere a...
[squirrelmail.git] / 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');
 }