summaryrefslogtreecommitdiff
path: root/includes/footer.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 15:37:41 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 15:37:41 +0200
commitbf64254625123ecd36662628862442ccf7671699 (patch)
tree5cb98cb5685f5f162d8d541169c733533a1d935a /includes/footer.php
parentee3080a861fb4ac95a7cd6ef5f666798ed63c0ab (diff)
fixed menu and credits link
Diffstat (limited to 'includes/footer.php')
-rw-r--r--includes/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/footer.php b/includes/footer.php
index fdcf8e55..62260e55 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -24,7 +24,7 @@ if ($_SESSION['Menu'] == "R")
</table>
<footer>
<p>
- &copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Kontakt</a> | <a href="credits.php">Credits</a><br />
+ &copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Kontakt</a> | <a href="<?php echo $ENGEL_ROOT; ?>credits.php">Credits</a><br />
This is hell. Temporarily.
</p>
</footer>