mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 14:06:12 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
22 lines
1.1 KiB
Smarty
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}
|