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