diff options
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> |