egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/extend.tpl.php

12 lines
230 B
PHP
Executable File

<?php
/**
*
* Template for testing token assignment.
*
* @version $Id$
*
*/
?>
<p><?php $result = $this->plugin('example'); var_dump($result); ?></p>
<p><?php $result = $this->plugin('example_extend'); var_dump($result); ?></p>