mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 23:27:14 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## -= 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. ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<?php
|
||||
if(NEWSBOX1){
|
||||
include "News/newsbox1.tpl";
|
||||
}
|
||||
if(NEWSBOX2){
|
||||
include "News/newsbox2.tpl";
|
||||
}
|
||||
if(NEWSBOX3){
|
||||
include "News/newsbox3.tpl";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user