mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 00:47:19 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
20 lines
767 B
Smarty
20 lines
767 B
Smarty
<div id="content" class="village3">
|
|
{if $plus}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/menu.tpl'}
|
|
{if isset($parameters['s'])}
|
|
{if $parameters['s'] == 2}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/2.tpl'}
|
|
{elseif $parameters['s'] == 3}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/3.tpl'}
|
|
{elseif $parameters['s'] == 4}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/4.tpl'}
|
|
{elseif $parameters['s'] == 5}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/5.tpl'}
|
|
{/if}
|
|
{else}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/1.tpl'}
|
|
{/if}
|
|
{else}
|
|
{include file={$smarty.const.TEMPLATES_DIR}|cat:'village/dorf3/noplus.tpl'}
|
|
{/if}
|
|
</div> |