reverting code to do_hook.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Oct 2006 16:38:54 +0000 (16:38 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Oct 2006 16:38:54 +0000 (16:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11867 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/compose_buttons.tpl

index 8120c050684f78ca679bc81079976b5abdba31ef..302b04e2a5fa71084f5eb69d89c33e6ae99053ee 100644 (file)
@@ -71,7 +71,7 @@ extract($t);
     }
    ?>
    <input type="submit" name="send" value="<?php echo _("Send"); ?>" />&nbsp;
-   <?php if (!empty($plugin_output['compose_button_row'])) echo $plugin_output['compose_button_row']; ?>
+   <?php do_hook('compose_button_row'); ?>
   </td>
  </tr>
 </table>