test.php 428 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * SquirrelMail Test Plugin
  4. * @copyright &copy; 2006 The SquirrelMail Project Team
  5. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  6. * @version $Id$
  7. * @package plugins
  8. * @subpackage test
  9. */
  10. include_once('../../include/init.php');
  11. global $oTemplate, $color;
  12. displayPageHeader($color, 'none');
  13. $oTemplate->display('plugins/test/test_menu.tpl');
  14. $oTemplate->display('footer.tpl');