From c1080fb58b2d133c3c566a1b13924ea7561bd436 Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Mon, 25 Jun 2007 16:22:59 +0200
Subject: LAYOUT: updated icons from Lance

new icons for trump solo and spade solo
---
 index.php                        |   2 +-
 pics/button/spadesolo_button.png | Bin 10210 -> 6651 bytes
 pics/button/trumpsolo_button.png | Bin 0 -> 8290 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 pics/button/trumpsolo_button.png

diff --git a/index.php b/index.php
index 244ceb9..0b16cd6 100644
--- a/index.php
+++ b/index.php
@@ -1132,7 +1132,7 @@ else if(myisset("me"))
 	      else if(ereg("trumpless",$GT))
 		echo "<img src=\"pics/button/notrumpsolo_button.png\" class=\"button\" alt=\"$GT\" />";
 	      else if(ereg("trump",$GT))
-		echo "<img src=\"pics/button/diamandsolo_button.png\" class=\"button\" alt=\"$GT\" />";
+		echo "<img src=\"pics/button/trumpsolo_button.png\" class=\"button\" alt=\"$GT\" />";
 	    }
 
 	  /* add point calls */
diff --git a/pics/button/spadesolo_button.png b/pics/button/spadesolo_button.png
index 2326004..365862b 100644
Binary files a/pics/button/spadesolo_button.png and b/pics/button/spadesolo_button.png differ
diff --git a/pics/button/trumpsolo_button.png b/pics/button/trumpsolo_button.png
new file mode 100644
index 0000000..76e97fa
Binary files /dev/null and b/pics/button/trumpsolo_button.png differ
-- 
cgit v1.2.3-18-g5258