1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-25 14:41:50 +01:00
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>