dragon-forks/templates/fight.php
2025-02-25 00:13:21 +01:00

14 lines
No EOL
316 B
PHP

<?php
$template = <<<THEVERYENDOFYOU
<table width="100%">
<tr><td class="title"><img src="templates/assets/img/title_fighting.gif" alt="Fighting" /></td></tr>
<tr><td>
You are fighting a <b>{{monstername}}</b><br /><br />
{{monsterhp}}
{{yourturn}}
{{monsterturn}}
{{command}}
</td></tr>
</table>
THEVERYENDOFYOU;
?>