1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2024-12-23 23:29:31 +01:00
egroupware_official/phpgwapi/inc/savant2/Savant2/tests/templates/extend.tpl.php

12 lines
230 B
PHP
Raw Normal View History

<?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>