diff options
Diffstat (limited to 'htdocs/src/header.inc.php')
-rw-r--r-- | htdocs/src/header.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/src/header.inc.php b/htdocs/src/header.inc.php index f6c5eb8..3d7f4b0 100644 --- a/htdocs/src/header.inc.php +++ b/htdocs/src/header.inc.php @@ -8,8 +8,9 @@ </head> <body> <div id="header"> - <p><img src="<?= $CONFIG['urlroot'] ?>/images/logo.png" - alt="<?= $CONFIG['sitetitle'] ?>" /></p> + <p><a href="<?= $CONFIG['urlroot'] ?>"> + <img src="<?= $CONFIG['urlroot'] ?>/images/logo.png" + alt="<?= $CONFIG['sitetitle'] ?>" /></a></p> <div id="about"> Foursquare community is a place where you can find help, |