mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-15 17:16:08 +00:00
Fix winner WW image path
This commit is contained in:
+1
-1
@@ -193,7 +193,7 @@ $q = "
|
|||||||
<div id="mid">
|
<div id="mid">
|
||||||
<?php include("Templates/menu.tpl"); ?>
|
<?php include("Templates/menu.tpl"); ?>
|
||||||
<div id="content" class="village2" style="font-size: 9pt;">
|
<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>
|
<p>
|
||||||
<b>Dear <?php echo SERVER_NAME; ?> Players,</b>
|
<b>Dear <?php echo SERVER_NAME; ?> Players,</b>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|||||||
Reference in New Issue
Block a user