[svn r6950] Put the "mugshot" icon back (thanks archive.org!)

This commit is contained in:
olly 2005-06-18 02:06:04 +02:00
parent 339382348a
commit b407388b57
2 changed files with 1 additions and 1 deletions

BIN
folk/i/mug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

View File

@ -32,7 +32,7 @@ for r in lines[1:]:
output += '</td><td>' output += '</td><td>'
if vfho: output += '&curren;' if vfho: output += '&curren;'
output += '</td><td>' 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>' output += '&nbsp;</td>'
for y in xrange(len(years)): for y in xrange(len(years)):
if(years[y]): if(years[y]):