Call me anal
[squirrelmail.git] / plugins / test / test.php
1 <?php
2
3 /**
4 * SquirrelMail Test Plugin
5 * @copyright &copy; 2006 The SquirrelMail Project Team
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @version $Id$
8 * @package plugins
9 * @subpackage test
10 */
11
12
13 include_once('../../include/init.php');
14
15 global $oTemplate, $color;
16
17 displayPageHeader($color, '');
18
19 $oTemplate->display('plugins/test/test_menu.tpl');
20 $oTemplate->display('footer.tpl');
21