Module:Inventory icon: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 22: Line 22:
file = 'Invicon ' .. file .. '.png'
file = 'Invicon ' .. file .. '.png'
else
else
file = filePrefix 'Invicon ' .. fileName .. '.png'
file = filePrefix .. 'Invicon ' .. fileName .. '.png'
end
end
end
end