egroupware_official/phpgwapi/inc/savant2/Savant2/tests/templates/main.tpl.php

15 lines
243 B
PHP
Executable File

<?php
/**
*
* Test includes and loadTemplate()
*
* @version $Id$
*
*/
?>
<?php include $this->loadTemplate('header.tpl.php') ?>
<?php include $this->loadTemplate('plugins.tpl.php') ?>
<?php include $this->loadTemplate('footer.tpl.php') ?>