From: pdontthink Date: Tue, 18 Mar 2014 03:16:52 +0000 (+0000) Subject: Add hook in 1.5.2 for attachments_top as with 1.4.23 X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b9a873d7ed3979bb6de827ea831301a336e5327e Add hook in 1.5.2 for attachments_top as with 1.4.23 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14451 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/read_attachments.tpl b/templates/default/read_attachments.tpl index 11a0c59b..72e0443f 100644 --- a/templates/default/read_attachments.tpl +++ b/templates/default/read_attachments.tpl @@ -6,6 +6,7 @@ * template is called from the function formatAttachments() in functions/mime.php. * * The following variables are available in this template: + * $plugin_output array An array of extra output that may be added by plugin(s). * $attachments - array containing info for all message attachments. Each * element in the array represents a separate attachment and * contains the following elements: @@ -45,7 +46,10 @@ if (count($attachments)==0) {
- +