diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-25 11:56:10 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-25 11:56:10 -0600 |
commit | c15d95e4038786f3bc5b0f2cb35eb94109465522 (patch) | |
tree | cd30042069b8e136f9fc76e99c1c79fa277b53c4 /includes/common.php | |
parent | 4f52f373435bc0aad5eaa0d195c0f9ca5894923a (diff) | |
download | website-c15d95e4038786f3bc5b0f2cb35eb94109465522.tar.gz website-c15d95e4038786f3bc5b0f2cb35eb94109465522.tar.bz2 website-c15d95e4038786f3bc5b0f2cb35eb94109465522.tar.xz website-c15d95e4038786f3bc5b0f2cb35eb94109465522.zip |
Add ManaSource banner
Diffstat (limited to 'includes/common.php')
-rw-r--r-- | includes/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/common.php b/includes/common.php index 89b8494..dce12a8 100644 --- a/includes/common.php +++ b/includes/common.php @@ -104,6 +104,8 @@ function placeHeader($page_title) <img src="images/nswpat80x15.png" alt="No software patents"/></a><br /> <a href="http://www.gnu.org/copyleft/gpl.html"> <img src="images/gpl.png" alt="GPLed project"/></a><br /> + <a href="http://manasource.org"> + <img src="images/manasource80x15.png" alt="ManaSource user"/></a><br /> </div> </div> </div> |