Files
TravianZ/templates/base/news.tpl
T
iopietro 62d6e19ee9 The first release of the refactored version
It's still a work in progress, there are a lot of things that will
change in the final release
2018-09-16 17:22:39 +02:00

22 lines
1.1 KiB
Smarty

<!--#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename news.tpl ##
## Developed by: Dzoki ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
## ##
#################################################################################-->
{if $smarty.const.NEWSBOX1}
{include file={$smarty.const.TEMPLATES_DIR}|cat:'news\newsbox1.tpl'}
{/if}
{if $smarty.const.NEWSBOX2}
{include file={$smarty.const.TEMPLATES_DIR}|cat:'news\newsbox2.tpl'}
{/if}
{if $smarty.const.NEWSBOX3}
{include file={$smarty.const.TEMPLATES_DIR}|cat:'news\newsbox3.tpl'}
{/if}