Seriously? The variable is named as an array and initialized as a string? Well, I...
[squirrelmail.git] / plugins / test / templates / default / test_menu.tpl
CommitLineData
3d708401 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 *
22387c8d 12 * @copyright 1999-2017 The SquirrelMail Project Team
3d708401 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<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