Dragon-Scourge/templates/explore_drop_accept.php

8 lines
137 B
PHP
Raw Normal View History

<?php
$template = <<<END
Thank you for accepting this item.<br /><br />
You may now <a href="index.php">continue exploring</a>.
END;
?>