summaryrefslogtreecommitdiff
path: root/htdocs/src/header.inc.php
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-03 11:40:03 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-03 11:40:03 -0700
commit3ae29bf02b5e1b6cd432fbb9e322ceac67c749dd (patch)
tree20bf723aa7db3bb78694d6207d8016a7b1635ea7 /htdocs/src/header.inc.php
parent3d208242107b45c69fda6e0aca0286afa2203a46 (diff)
Fixed header link
Diffstat (limited to 'htdocs/src/header.inc.php')
-rw-r--r--htdocs/src/header.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/src/header.inc.php b/htdocs/src/header.inc.php
index db5906d..d0ff1bf 100644
--- a/htdocs/src/header.inc.php
+++ b/htdocs/src/header.inc.php
@@ -8,7 +8,7 @@
</head>
<body>
<div id="header">
- <p><a href="<?= $CONFIG['urlroot'] ?>">
+ <p><a href="<?= buildUrl() ?>">
<img src="<?= $CONFIG['urlroot'] ?>/images/logo.png"
alt="<?= $CONFIG['sitetitle'] ?>" /></a></p>