summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-17 10:14:43 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-17 10:14:43 -0700
commitbd90538bb72812e2f770a2dbfe5357b96df08629 (patch)
tree9732c286499e388ccc4691b8efbff155b2acf894
parentf0e7ae56c09a407870d8fd5671609995eca63917 (diff)
Adding new images
-rw-r--r--.gitignore1
-rw-r--r--htdocs/images/free.pngbin0 -> 6862 bytes
-rw-r--r--htdocs/images/needs.pngbin0 -> 6227 bytes
-rw-r--r--htdocs/src/header.inc.php4
4 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0560ef4..b9909a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
**.swp
+**.DS_Store
htdocs/emails.log
tags
uploads/
diff --git a/htdocs/images/free.png b/htdocs/images/free.png
new file mode 100644
index 0000000..70b36d9
--- /dev/null
+++ b/htdocs/images/free.png
Binary files differ
diff --git a/htdocs/images/needs.png b/htdocs/images/needs.png
new file mode 100644
index 0000000..ae0e63b
--- /dev/null
+++ b/htdocs/images/needs.png
Binary files differ
diff --git a/htdocs/src/header.inc.php b/htdocs/src/header.inc.php
index 856022e..71b3ee4 100644
--- a/htdocs/src/header.inc.php
+++ b/htdocs/src/header.inc.php
@@ -31,7 +31,7 @@
<div id="buttonblock">
<p>What are you looking for?</p>
<div>
- <a href="<?= $CONFIG['urlroot'] ?>/categories/free"><img src="<?= $CONFIG['urlroot'] ?>/images/tag.png" alt="Free Items" /></a>
+ <a href="<?= $CONFIG['urlroot'] ?>/categories/free"><img src="<?= $CONFIG['urlroot'] ?>/images/free.png" alt="Free Items" /></a>
<br />
<a href="<?= $CONFIG['urlroot'] ?>/categories/free" class="smallbutton">Free Items</a>
</div>
@@ -41,7 +41,7 @@
<a href="<?= $CONFIG['urlroot'] ?>/categories/forsale" class="smallbutton">For Sale</a>
</div>
<div>
- <a href="<?= $CONFIG['urlroot'] ?>/categories/needs"><img src="<?= $CONFIG['urlroot'] ?>/images/tag.png" alt="Needs" /></a>
+ <a href="<?= $CONFIG['urlroot'] ?>/categories/needs"><img src="<?= $CONFIG['urlroot'] ?>/images/needs.png" alt="Needs" /></a>
<br />
<a href="<?= $CONFIG['urlroot'] ?>/categories/needs" class="smallbutton">Needs</a>
</div>