Happy New Year
[squirrelmail.git] / templates / default / plugins / listcommands / read_body_header.tpl
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 *
12 * @copyright 1999-2018 The SquirrelMail Project Team
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 //
22 extract($t);
23
24
25 ?>
26
27 <tr id="listcommands">
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>