summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-25 11:56:10 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-25 11:56:10 -0600
commitc15d95e4038786f3bc5b0f2cb35eb94109465522 (patch)
treecd30042069b8e136f9fc76e99c1c79fa277b53c4
parent4f52f373435bc0aad5eaa0d195c0f9ca5894923a (diff)
downloadwebsite-c15d95e4038786f3bc5b0f2cb35eb94109465522.tar.gz
website-c15d95e4038786f3bc5b0f2cb35eb94109465522.tar.bz2
website-c15d95e4038786f3bc5b0f2cb35eb94109465522.tar.xz
website-c15d95e4038786f3bc5b0f2cb35eb94109465522.zip
Add ManaSource banner
-rw-r--r--images/manasource80x15.pngbin0 -> 274 bytes
-rw-r--r--includes/common.php2
2 files changed, 2 insertions, 0 deletions
diff --git a/images/manasource80x15.png b/images/manasource80x15.png
new file mode 100644
index 0000000..8b78bcd
--- /dev/null
+++ b/images/manasource80x15.png
Binary files differ
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>