diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-03 11:40:03 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-03 11:40:03 -0700 |
commit | 3ae29bf02b5e1b6cd432fbb9e322ceac67c749dd (patch) | |
tree | 20bf723aa7db3bb78694d6207d8016a7b1635ea7 /htdocs | |
parent | 3d208242107b45c69fda6e0aca0286afa2203a46 (diff) |
Fixed header link
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/src/header.inc.php | 2 |
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> |