mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 09:34:28 +00:00
26 lines
960 B
Smarty
26 lines
960 B
Smarty
<?php
|
|
|
|
/** --------------------------------------------------- **\
|
|
| ********* DO NOT REMOVE THIS COPYRIGHT NOTICE ********* |
|
|
+---------------------------------------------------------+
|
|
| Credits: All the developers including the leaders: |
|
|
| Advocaite & Dzoki & Donnchadh |
|
|
| |
|
|
| Copyright: TravianX Project All rights reserved |
|
|
\** --------------------------------------------------- **/
|
|
|
|
?>
|
|
|
|
<div id="footer">
|
|
<div id="mfoot">
|
|
<div class="footer-menu">
|
|
<center><br />
|
|
<div class="copyright">© 2010 - 2013 <?php echo \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.0 FINAL TEST</font></b></a>
|
|
</div>
|
|
</div>
|
|
</div></center>
|
|
<div id="cfoot">
|
|
</div>
|
|
</div>
|