From b407388b57a61882dd463cfe2e8a34b15bd7f828 Mon Sep 17 00:00:00 2001
From: olly <devnull@localhost>
Date: Sat, 18 Jun 2005 02:06:04 +0200
Subject: [PATCH] [svn r6950] Put the "mugshot" icon back (thanks archive.org!)

---
 folk/i/mug.png          | Bin 0 -> 175 bytes
 noinfo/make-folklist.py |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 folk/i/mug.png

diff --git a/folk/i/mug.png b/folk/i/mug.png
new file mode 100644
index 0000000000000000000000000000000000000000..f107fdeed520766d87af496caf5ffa3093f6bdf8
GIT binary patch
literal 175
zcmeAS@N?(olHy`uVBq!ia0vp^{2<H$BpBrOo|*=v$~;{hLn>~m_Av@FC~z>pbP?O6
z!yP#-HL~EryO3x820|~|%tN9Q-Mxiwn<u`GGFG-s@~g^BX?mJ;Foxl3VMbU>^Tl6z
zOW#O*Tu`TE^W5wB6Sjr@dU4;1YwA<<i|=lzb?a%$`&GYu)z=fd_+IHYO%2`q(`P>a
X<|9k2TJ?7x1i8f1)z4*}Q$iB}b^Ak{

literal 0
HcmV?d00001

diff --git a/noinfo/make-folklist.py b/noinfo/make-folklist.py
index 54f4e3cfc..3ce387fab 100755
--- a/noinfo/make-folklist.py
+++ b/noinfo/make-folklist.py
@@ -32,7 +32,7 @@ for r in lines[1:]:
 	output += '</td><td>'
 	if vfho: output += '&curren;'
 	output += '</td><td>'
-	if mug: output += '<a href=%s><img alt=":-)" src="../../icons/mug.png" /></a>' % mug
+	if mug: output += '<a href=%s><img alt=":-)" src="i/mug.png" /></a>' % mug
 	output += '&nbsp;</td>'
 	for y in xrange(len(years)):
 		if(years[y]):