mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
12 lines
230 B
PHP
12 lines
230 B
PHP
|
<?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>
|