Initial import
[squirrelmail.git] / plugins / demo / templates / default / demo.tpl
diff --git a/plugins/demo/templates/default/demo.tpl b/plugins/demo/templates/default/demo.tpl
new file mode 100644 (file)
index 0000000..efc4898
--- /dev/null
@@ -0,0 +1,29 @@
+<?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 &copy; 1999-2007 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>
+