summaryrefslogtreecommitdiff
path: root/dash/help.php
blob: db8c9c7c1ff8ffbf8a55a8bf0bbf737995790b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
define('HEIRARCHY', 1);

require('dash_common.php');
$title = 'Help / Bulletin';
require('header.php');
?>
      <div class="box cbox">
        <h1>Reed</h1>
        <p>Write this page, hoe.</p>
        <div class="hr"></div>
        <h4>Child Abuse Hotline</h4>
        <p>If Reed has abused or molested you in any way, shape, or form, please let us know immediately.</p>
      </div>
<?php
require('footer.php');
?>