diff options
Diffstat (limited to 'htdocs/src/header.inc.php')
-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> |