X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fread_attachments.tpl;h=866f67c8e7f91fb5418344e44e653c6d382ffe7c;hp=9551375164c069435c42ba756099c5c54dd0b3fe;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hpb=30460a05016c7e066ad7b28df7788539e4054a99 diff --git a/templates/default/read_attachments.tpl b/templates/default/read_attachments.tpl index 95513751..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-2009 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) {
- +