BioTorrents.de’s version of Gazelle
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314151617 |
- <?php
-
- enforce_login();
- View::show_header('Donation Canceled');
- ?>
- <div>
- <div class="header">
- <h3 id="forums">Donation Canceled</h3>
- </div>
- <div class="box">
- <p>
- It's the thought that counts.
- Please reconsider donating in the future.
- </p>
- </div>
- </div>
- <?php View::show_footer();
|