https://www.icyphoenix.com/viewtopic.php?f=26&t=2648&p=18792#p18792
-----------------------------------
Mighty Gorgon
Tue 21 Aug, 2007 16:00

Re: Multiple Ranks And Staff View V2.0.3
-----------------------------------
#
#-----[ OPEN ]------------------------------------------------
#
admin/admin_ranks.php
#
#-----[ FIND ]------------------------------------------------
#
[codeblock]				if (strpos($file, '.gif'))[/codeblock]
#
#-----[ REPLACE WITH ]----------------------------------------
#
[codeblock]				if (strpos($file, '.gif') || strpos($file, '.png') || strpos($file, '.jpg'))[/codeblock]


