mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:16 +01:00
15 lines
243 B
PHP
Executable File
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') ?>
|