Hmmmm... Thanks Movix, I think you've got us looking in the right direction...
It's not so much that it's been edited, as that the blank icons seems to be the only image link using {IMG_URL} and that is what is failing and only in the bank/bag slots.
- Code: Select all
<img src="{IMG_URL}pixel.gif" class="noicon" alt="" />
Other parts of the page using pixel.gif are doing so in a different fashion:
- Code: Select all
<img src="img/pixel.gif" width="1" height="1" alt="" />
What makes this more confusing is that use of {IMG_URL} is working in other parts of Roster just fine as best as I can tell, just not in bank and bag slots.