squirrelmail/plugins/test/test.php
2025-01-03 11:47:03 -08:00

21 lines
422 B
PHP

<?php
/**
* SquirrelMail Test Plugin
* @copyright 2006-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package plugins
* @subpackage test
*/
include_once('../../include/init.php');
global $oTemplate, $color;
displayPageHeader($color, '');
$oTemplate->display('plugins/test/test_menu.tpl');
$oTemplate->display('footer.tpl');