demo.tpl 536 B

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