summaryrefslogtreecommitdiff
path: root/htdocs/src
diff options
context:
space:
mode:
authorjesse <jesse@jesterpm.net>2011-05-19 16:51:06 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-05-19 16:51:06 -0700
commit2d74c1bc6394b68edfed3c75cca157b5ef938f54 (patch)
tree1d6d9b6a113f8629b1660a9d0ae6af4cfa2307d3 /htdocs/src
parent6f5eb97a5d2129427e831a9a4eb1fec318401356 (diff)
Initial commit of the new posting page.
Diffstat (limited to 'htdocs/src')
-rw-r--r--htdocs/src/header.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/src/header.inc.php b/htdocs/src/header.inc.php
index 1396bf2..f6c5eb8 100644
--- a/htdocs/src/header.inc.php
+++ b/htdocs/src/header.inc.php
@@ -20,7 +20,8 @@
<div id="nav">
<ul>
- <li><a href="" class="bigbutton">Create Post</a></li>
+ <li><a href="<?= $CONFIG['urlroot'] ?>/new-post" class="bigbutton">
+ Create Post</a></li>
<li><a href="" class="bigbutton">Safety Tips</a></li>
<li><a href="" class="bigbutton">Contact Us</a></li>
</ul>