1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-05 13:39:23 +01:00
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') ?>