Dragon-Scourge/templates/story_teleport.php

12 lines
165 B
PHP
Raw Normal View History

<?php
$template = <<<END
{{story}}
{{reward}}
<hr />
<form action="story.php" method="post">
<input type="submit" name="submit" value="Continue" />
</form>
END;
?>