mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:16 +01:00
13 lines
226 B
PHP
Executable File
13 lines
226 B
PHP
Executable File
<?php
|
|
/**
|
|
*
|
|
* Template for testing token references.
|
|
*
|
|
* @version $Id$
|
|
*
|
|
*/
|
|
|
|
?>
|
|
<h1>Change reference values from template</h1>
|
|
<p>Before: <?php echo $this->reference; $this->reference = "Changed Value From Template!" ?></p>
|