Happy New Year!
[squirrelmail.git] / plugins / demo / templates / default / demo.tpl
CommitLineData
0aa6aa6f 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 *
ae5dddc0 13 * @copyright 1999-2011 The SquirrelMail Project Team
0aa6aa6f 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//
23extract($t);
24
25
26?>
27
28<strong>HELLO WORLD</strong>
29