Oppaitime'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.
12345678910111213 |
- <?
- enforce_login();
- View::show_header('Donation Canceled');
- ?>
- <div class="thin">
- <div class="header">
- <h3 id="forums">Donation Canceled</h3>
- </div>
- <div class="box pad" style="padding: 10px 10px 10px 20px;">
- <p>It's the thought that counts. Please reconsider donating in the future.</p>
- </div>
- </div>
- <? View::show_footer(); ?>
|