mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 14:47:14 +00:00
fix ww info view
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
$doublebuild = ($building->isCurrent($id) && $building->isLoop($id))?1:0;
|
$doublebuild = ($building->isCurrent($id) && $building->isLoop($id))?1:0;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="build" class="gid40"><a href="#" onClick="return Popup(5,4);" class="build_logo">
|
<div id="build" class="gid40"><a href="#" onClick="return Popup(40,4);" class="build_logo">
|
||||||
<img class="building g40" src="img/x.gif" alt="World Wonder" title="World Wonder" />
|
<img class="building g40" src="img/x.gif" alt="World Wonder" title="World Wonder" />
|
||||||
</a>
|
</a>
|
||||||
<h1>Wonder of the World <br /><span class="level">Level <?php echo $village->resarray['f'.$id];?></span></h1>
|
<h1>Wonder of the World <br /><span class="level">Level <?php echo $village->resarray['f'.$id];?></span></h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user