diff options
Diffstat (limited to 'htdocs/moderate/src')
-rw-r--r-- | htdocs/moderate/src/header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/moderate/src/header.inc.php b/htdocs/moderate/src/header.inc.php index 8ad7e0c..6d6242c 100644 --- a/htdocs/moderate/src/header.inc.php +++ b/htdocs/moderate/src/header.inc.php @@ -27,7 +27,7 @@ if (!isset($_SESSION['currentUser'])) { </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> |