瀏覽代碼

Added a hook in the button row after the subject field.

gustavf 25 年之前
父節點
當前提交
ba98eb57ad
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/compose.php

+ 5 - 0
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 "      <input type=submit name=\"html_addr_search\" value=\""._("Addresses")."\">";
       }   
       echo "\n    <INPUT TYPE=SUBMIT NAME=send VALUE=\"". _("Send") . "\">\n";
+      
+      do_hook("compose_button_row");
+
       echo "   </TD>\n";
       echo "   </TR>\n\n";