1234567891011121314151617181920212223242526272829 |
- <?php
- /**
- * demo.tpl
- *
- * This template is used as a place holder for custom plugin pages
- * that are accessed directly by the client for the Demo plugin.
- *
- * The following variables are available in this template:
- *
- * (none)
- *
- * @copyright 1999-2025 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package squirrelmail
- * @subpackage plugins
- */
- // retrieve the template vars
- //
- extract($t);
- ?>
- <strong>HELLO WORLD</strong>
|