mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Update winner.php
This commit is contained in:
+20
-9
@@ -1,12 +1,23 @@
|
||||
<?php
|
||||
##################################################################
|
||||
## Page: winner.php ##
|
||||
## Description: When the player builds Wonder of the World ##
|
||||
## to level 100 the winner details are shown. ##
|
||||
## tells the players the game is over ##
|
||||
## Authors: aggenkeech - and a little help from Eyas95 ##
|
||||
## Created: 31/03/2012 ##
|
||||
##################################################################
|
||||
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Project: TravianZ ##
|
||||
## Version: 18.02.2014 ##
|
||||
## Description: When the player builds Wonder of the World ##
|
||||
## to level 100 the winner details are shown. ##
|
||||
## tells the players the game is over ##
|
||||
## Authors: aggenkeech - and a little help from Eyas95 ##
|
||||
## Page: winner.php ##
|
||||
## Fixed by: Shadow ##
|
||||
## License: TravianZ Project ##
|
||||
## Copyright: TravianZ (c) 2010-2013. All rights reserved. ##
|
||||
## URLs: http://travian.shadowss.ro ##
|
||||
## Source code: http://github.com/Shadowss/TravianZ-by-Shadow/ ##
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
include("GameEngine/Village.php");
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
if(isset($_GET['newdid'])) {
|
||||
@@ -182,7 +193,7 @@ $q = "
|
||||
<div id="mid">
|
||||
<?php include("Templates/menu.tpl"); ?>
|
||||
<div id="content" class="village2" style="font-size: 9pt;">
|
||||
<img src="../gpack/travian_default/img/misc/win.png" align="right" style="padding-top: 40px;">
|
||||
<img src="./gpack/travian_default/img/misc/win.png" align="right" style="padding-top: 40px;">
|
||||
<p>
|
||||
<b>Dear <?php echo SERVER_NAME; ?> Players,</b>
|
||||
<br /><br />
|
||||
|
||||
Reference in New Issue
Block a user