source: aowow/templates/wowhead/spells.tpl

Last change on this file was 170, checked in by maron, 16 years ago
File size: 703 bytes
Line 
1{config_load file="$conf_file"}
2
3{include file='header.tpl'}
4
5 <div id="main">
6 <div id="main-precontents"></div>
7 <div id="main-contents" class="main-contents">
8 <script type="text/javascript">
9 g_initPath({$page.path});
10 </script>
11
12 <div id="lv-spells" class="listview"></div>
13
14 <script type="text/javascript">
15 {if isset($allitems)}{include file='bricks/allitems_table.tpl' data=$allitems}{/if}
16 {if isset($allspells)}{include file='bricks/allspells_table.tpl' data=$allspells}{/if}
17 {if isset($spells)}{include file='bricks/spell_table.tpl' data=$spells id='spells' sort=$page.sort}{/if}
18 </script>
19
20 <div class="clear"></div>
21 </div>
22 </div>
23
24{include file='footer.tpl'}
Note: See TracBrowser for help on using the repository browser.