summaryrefslogtreecommitdiff
path: root/htdocs/src/header.inc.php
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-02 17:20:54 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-02 17:20:54 -0700
commit0720091ca73b9714aab2b38c3682c15a0cbd4533 (patch)
tree0d77e48eb52d3f39123659550976c5999effddff /htdocs/src/header.inc.php
parent1800a1e9022a9f4316e0d57a650faed9da0e8df4 (diff)
Added pages
Diffstat (limited to 'htdocs/src/header.inc.php')
-rw-r--r--htdocs/src/header.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/src/header.inc.php b/htdocs/src/header.inc.php
index 3d7f4b0..db5906d 100644
--- a/htdocs/src/header.inc.php
+++ b/htdocs/src/header.inc.php
@@ -23,8 +23,8 @@
<ul>
<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>
+ <li><a href="<?= buildUrl('page/safety.html') ?>" class="bigbutton">Safety Tips</a></li>
+ <li><a href="<?= buildUrl('page/contact.html') ?>" class="bigbutton">Contact Us</a></li>
</ul>
</div>