Source for file test.php

Documentation is available at test.php

  1. <?php
  2.  
  3. /**
  4.  * SquirrelMail Test Plugin
  5.  * @copyright 2006-2020 The SquirrelMail Project Team
  6.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  7.  * @version $Id: test.php 14845 2020-01-07 08:09:34Z pdontthink $
  8.  * @package plugins
  9.  * @subpackage test
  10.  */
  11.  
  12.  
  13. include_once('../../include/init.php');
  14.  
  15. global $oTemplate$color;
  16.  
  17. displayPageHeader($color'');
  18.  
  19. $oTemplate->display('plugins/test/test_menu.tpl');
  20. $oTemplate->display('footer.tpl');

Documentation generated on Mon, 13 Jan 2020 04:23:42 +0100 by phpDocumentor 1.4.3