0130d20139b9087d6fbd9844ec0c7ce8691262bb
[squirrelmail.git] / plugins / demo / templates / default / demo.tpl
1 <?php
2
3 /**
4 * demo.tpl
5 *
6 * This template is used as a place holder for custom plugin pages
7 * that are accessed directly by the client for the Demo plugin.
8 *
9 * The following variables are available in this template:
10 *
11 * (none)
12 *
13 * @copyright 1999-2021 The SquirrelMail Project Team
14 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
15 * @version $Id$
16 * @package squirrelmail
17 * @subpackage plugins
18 */
19
20
21 // retrieve the template vars
22 //
23 extract($t);
24
25
26 ?>
27
28 <strong>HELLO WORLD</strong>
29