egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/assign.tpl.php

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>