mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 10:11:00 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
9 lines
310 B
Smarty
9 lines
310 B
Smarty
<div id="content" class="build">
|
|
{if isset($parameters['id'])}
|
|
{if $villageBuildings[$parameters['id']]['id'] == 0}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/buildings/available.tpl'}
|
|
{else}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/buildings/base.tpl'}
|
|
{/if}
|
|
{/if}
|
|
</div> |