source: aowow/templates/wowhead/bricks/allspells_table.tpl

Last change on this file was 170, checked in by maron, 16 years ago
  • Property svn:executable set to *
File size: 136 bytes
Line 
1var _ = g_spells;
2{strip}
3 {foreach from=$data key=id item=item}
4 _[{$id}]={ldelim}icon: '{$item.icon}'{rdelim};
5 {/foreach}
6{/strip}
7
Note: See TracBrowser for help on using the repository browser.