mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
32 lines
1.5 KiB
Smarty
32 lines
1.5 KiB
Smarty
<?php
|
|
|
|
|
|
#################################################################################
|
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
## --------------------------------------------------------------------------- ##
|
|
## Project: TravianZ ##
|
|
## Version: 06.03.2014 ##
|
|
## Filename footer.tpl ##
|
|
## Developed by: Advocaite , Shadow , ronix ##
|
|
## License: TravianZ Project ##
|
|
## Copyright: TravianZ (c) 2010-2014. All rights reserved. ##
|
|
## URLs: http://travian.shadowss.ro ##
|
|
## Source code: http://github.com/Shadowss/TravianZ-by-Shadow/ ##
|
|
## ##
|
|
#################################################################################
|
|
|
|
?>
|
|
|
|
<div id="footer">
|
|
<div id="mfoot">
|
|
<div class="footer-menu">
|
|
<center><br />
|
|
<div class="copyright">© 2010 - <?php echo date('Y') . ' ' . (defined('SERVER_NAME') ? SERVER_NAME : 'TravianZ');?> All rights reserved</div>
|
|
<div class="copyright">Server running on: <a href="version.php"><b><font color="Red">v.8.2.5 BETA</font></b></a>
|
|
</div>
|
|
</div>
|
|
</div></center>
|
|
<div id="cfoot">
|
|
</div>
|
|
</div>
|