Happy New Year
[squirrelmail.git] / templates / default / plugins / listcommands / read_body_header.tpl
CommitLineData
2e58d6af 1<?php
2
3/**
4 * read_body_header.tpl
5 *
6 * Template for adding controls to the read_headers page template
7 * for the Listcommands plugin
8 *
9 * The following variables are available in this template:
10 * + $links - an array of links for each command/control to be added
11 *
353d074a 12 * @copyright 1999-2018 The SquirrelMail Project Team
2e58d6af 13 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
14 * @version $Id$
15 * @package squirrelmail
16 * @subpackage plugins
17 */
18
19
20// retrieve the template vars
21//
22extract($t);
23
24
25?>
26
2ad37738 27<tr id="listcommands">
2e58d6af 28 <td class="fieldName">
29 <b><?php echo _("Mailing List"); ?>:</b>
30 </td>
31 <td class="fieldValue">
32 <small><?php echo implode('&nbsp;|&nbsp;', $links); ?></small>
33 </td>
34</tr>