diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-17 10:14:43 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-17 10:14:43 -0700 |
commit | bd90538bb72812e2f770a2dbfe5357b96df08629 (patch) | |
tree | 9732c286499e388ccc4691b8efbff155b2acf894 /htdocs/src | |
parent | f0e7ae56c09a407870d8fd5671609995eca63917 (diff) |
Adding new images
Diffstat (limited to 'htdocs/src')
-rw-r--r-- | htdocs/src/header.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
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> |