mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
12 lines
230 B
PHP
Executable File
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>
|