win.php 132 Bytes
Newer Older
JULIO JARAMILLO's avatar
JULIO JARAMILLO committed
1 2 3 4 5
<h2>You Win!</h2>

<p>The word was: <?php echo $this->word; ?>.</p>

<p><?php echo CHtml::link('Start Again',array('play')); ?></p>