X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fread_attachments.tpl;h=866f67c8e7f91fb5418344e44e653c6d382ffe7c;hp=9bd648cc423b6e925d922a4b1751461b13f7710e;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hpb=d281e128d4c3149dc353397df2cd2c912b8ea5a7 diff --git a/templates/default/read_attachments.tpl b/templates/default/read_attachments.tpl index 9bd648cc..866f67c8 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: @@ -23,7 +24,7 @@ * $link['HREF'] - URL to access the functionality * $link['Text'] - Text representing the functionality. * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2018 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -45,7 +46,10 @@ if (count($attachments)==0) {
- +