Dragon-Scourge/templates/town_map3.php

8 lines
228 B
PHP
Raw Normal View History

<?php
$template = <<<END
Thank you for purchasing this map.<br /><br />
You may return to <a href="index.php">town</a>, the <a href="index.php?do=maps">map store</a>, or use the direction buttons to continue exploring.
END;
?>