Initial import from trunk/plugins
[squirrelmail.git] / plugins / test / test.php
CommitLineData
3d708401 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
13include_once('../../include/init.php');
14
15global $oTemplate, $color;
16
17displayPageHeader($color, 'none');
18
19$oTemplate->display('plugins/test/test_menu.tpl');
20$oTemplate->display('footer.tpl');
21