eksopl / fuuka

Fuuka Imageboard Archiver
http://code.google.com/p/fuuka/
Other
58 stars 7 forks source link

Capcode Icons #65

Open GXTX opened 12 years ago

GXTX commented 12 years ago

Just something nice.

http://static.4chan.org/image/adminicon.gif
http://static.4chan.org/image/modicon.gif
http://static.4chan.org/image/developericon.gif
<if $capcode eq 'M'><span class="postername mod"> ##Mod <img style="float: none!important; margin-left: 0px; margin-bottom: -3px;" width="16" height="16" src="media/modicon.gif"/></span></if>
<if $capcode eq 'A'><span class="postername admin"> ##Admin <img style="float: none!important; margin-left: 0px; margin-bottom: -3px;" width="16" height="16" src="media/adminicon.gif"/></span></if>
<if $capcode eq 'D'><span class="postername dev"> ##Developer <img style="float: none!important; margin-left: 0px; margin-bottom: -3px;" width="16" height="16" src="media/developericon.gif"/></span></if>
voh commented 12 years ago

I imagine those'll do better relative to webroot.

GXTX commented 12 years ago

Whoops!

<const MEDIA_LOCATION_HTTP>