Happy New Year
[squirrelmail.git] / plugins / test / templates / default / test_menu.tpl
1 <?php
2
3 /**
4 * test_menu.tpl
5 *
6 * Template for showing a menu of functions for the Multilogin plugin
7 *
8 * The following variables are available in this template:
9 *
10 * (none)
11 *
12 * @copyright 1999-2019 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 <strong>Tests:</strong>
27 <br />
28 <br />
29 <p><a href="decodeheader.php">decodeHeader() test</a></p>
30 <p><a href="ngettext.php">ngettext() test</a></p>
31