This version of AoWoW is based on https://github.com/udw/udwbase and is not yet usable. An initial amount of testing has been finished, and you can import the aowow.sql database into your world database, and create a local copy of config.php.in as config.php to test this version. FirePHP (http://firephp.org/) has been added for testing purposes. Signed-off-by: TheLuda <theluda@getmangos.com>
25 lines
679 B
Smarty
25 lines
679 B
Smarty
{config_load file="$conf_file"}
|
|
|
|
{include file='header.tpl'}
|
|
|
|
<div id="main">
|
|
<div id="main-precontents"></div>
|
|
<div id="main-contents" class="main-contents">
|
|
<script type="text/javascript">
|
|
g_initPath({$page.path});
|
|
</script>
|
|
|
|
<div id="lv-spells" class="listview"></div>
|
|
|
|
<script type="text/javascript">
|
|
{if isset($allitems)}{include file='bricks/allitems_table.tpl' data=$allitems}{/if}
|
|
{if isset($allspells)}{include file='bricks/allspells_table.tpl' data=$allspells}{/if}
|
|
{include file='bricks/spell_table.tpl' data=$spells id='spells' sort=$page.sort}
|
|
</script>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
{include file='footer.tpl'}
|