mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
simple listview-pages now use one shared template (instead of having the same file multiple times) some bug fixing here and there - achievement: faction is no longer out of range (need to reparse the faction :/) - item: quality is prepended to the name again and wont be left out in case of heirlooms (is 0) - general: forgot to change some error()-calls in index - and some more wich i forgot..
9 lines
186 B
Smarty
9 lines
186 B
Smarty
var _ = g_classes;
|
|
{strip}
|
|
{foreach from=$data key=id item=item}
|
|
_[{$id}]={ldelim}
|
|
name_{$user.language}:'{$item.name|escape:"javascript"}'
|
|
{rdelim};
|
|
{/foreach}
|
|
{/strip}
|