add rest of icons to shop
This commit is contained in:
parent
2b86e9fa79
commit
7a90f296b2
@ -15,7 +15,13 @@
|
||||
<tr>
|
||||
<td>
|
||||
{if item.Type == 1}
|
||||
<img src="images/icon_weapon.gif" alt="Weapon" title="Weapon">
|
||||
<img src="/assets/images/icon_weapon.gif" alt="Weapon" title="Weapon">
|
||||
{/if}
|
||||
{if item.Type == 2}
|
||||
<img src="/assets/images/icon_armor.gif" alt="Armor" title="Armor">
|
||||
{/if}
|
||||
{if item.Type == 3}
|
||||
<img src="/assets/images/icon_shield.gif" alt="Shield" title="Shield">
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
@ -24,7 +30,9 @@
|
||||
</tr>
|
||||
{/for}
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>If you've changed your mind, you may also return back to <a href="/town">town</a>.</p>
|
||||
</section>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user