Fix variable name typo
[squirrelmail.git] / plugins / test / test.php
CommitLineData
3d708401 1<?php
2
3/**
4 * SquirrelMail Test Plugin
c4faef33 5 * @copyright 2006-2020 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
13include_once('../../include/init.php');
14
15global $oTemplate, $color;
16
a2ecd93e 17displayPageHeader($color, '');
3d708401 18
19$oTemplate->display('plugins/test/test_menu.tpl');
20$oTemplate->display('footer.tpl');
21