From 15bfc1bc31920ad84dabb9aff41ab0048cc484dd Mon Sep 17 00:00:00 2001 From: gustavf Date: Wed, 12 Jul 2000 10:39:15 +0000 Subject: [PATCH] Added a hook in the button row after the subject field. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@613 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/compose.php b/src/compose.php index e0a7ca74..4c473d86 100644 --- a/src/compose.php +++ b/src/compose.php @@ -33,6 +33,8 @@ include("../functions/display_messages.php"); if (!isset($auth_php)) include ("../functions/auth.php"); + if (!isset($plugin_php)) + include ("../functions/plugin.php"); include("../src/load_prefs.php"); @@ -219,6 +221,9 @@ echo " "; } echo "\n \n"; + + do_hook("compose_button_row"); + echo " \n"; echo " \n\n"; -- 2.25.1