That did it! Thank you so much for that link. I didn't find it before. Just for reference, here is the fix:
In inc_iconfiles.asp look for:
tmpicons = split(fIconName,"|")
Add the following two lines after it:
fWidth=""
fHeight=""
It should now look like this:
tmpicons = split(fIconName,"|")
fWidth=""
fHeight=""