289817340b9e9cdd591a72e47b18a7a3aa71459f
[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: test.php 11089 2006-04-24 20:08:48Z tokul $
8 * @package plugins
9 * @subpackage test
10 */
11
12
13 include_once('../../include/init.php');
14
15 global $oTemplate, $color;
16
17 displayPageHeader($color, 'none');
18
19 $oTemplate->display('plugins/test/test_menu.tpl');
20 $oTemplate->display('footer.tpl');
21