diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-07 17:49:35 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-07 17:49:35 -0500 |
| commit | 7c22c8b54fa09348ce3a8077dd49384c917d6db0 (patch) | |
| tree | 8a3ab210d7787f034cebacc42a5bf134a926e46f /dash/help.php | |
| parent | 4132092529e478435c2c358203b291cd7b4c579c (diff) | |
| download | bulletin-7c22c8b54fa09348ce3a8077dd49384c917d6db0.tar.gz | |
Tweaked menu, added incentive for Reed to write help page
Diffstat (limited to 'dash/help.php')
| -rw-r--r-- | dash/help.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dash/help.php b/dash/help.php new file mode 100644 index 0000000..db8c9c7 --- /dev/null +++ b/dash/help.php @@ -0,0 +1,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'); +?> |
