diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-05-25 11:32:49 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-05-25 11:32:49 -0700 |
commit | 0c72d673a9056c753503e6b2a8d4fbf3aba75a95 (patch) | |
tree | 94d9ef802da3f4fa0b3a00fd909a576fc63ed844 /htdocs/src/header.inc.php | |
parent | a39f9512f0efd3ec3e0a31df656e25dd3f824f6d (diff) |
Moderation workflow is.. working
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, |