diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | htdocs/images/free.png | bin | 0 -> 6862 bytes | |||
-rw-r--r-- | htdocs/images/needs.png | bin | 0 -> 6227 bytes | |||
-rw-r--r-- | htdocs/src/header.inc.php | 4 |
4 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ **.swp +**.DS_Store htdocs/emails.log tags uploads/ diff --git a/htdocs/images/free.png b/htdocs/images/free.png Binary files differnew file mode 100644 index 0000000..70b36d9 --- /dev/null +++ b/htdocs/images/free.png diff --git a/htdocs/images/needs.png b/htdocs/images/needs.png Binary files differnew file mode 100644 index 0000000..ae0e63b --- /dev/null +++ b/htdocs/images/needs.png 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> |