This commit is contained in:
Ricsi
2016-12-15 23:27:55 +01:00
parent 08627484da
commit d458b996a4
46 changed files with 1138 additions and 386 deletions

View File

@@ -9,7 +9,7 @@
<a href="/admin/shirts/{$shirt.shirt_id}">
<div class="list_item">
<img src="/_image/shirt.png">
{$shirt.shirt_name} {if $shirt.shirt_year}({$shirt.shirt_year}){/if}
{$shirt.shirt_name}
</div>
</a>
{/foreach}