Files
TravianZ/Templates/Build/avaliable/ww.tpl
T
2012-05-15 23:23:19 +03:00

16 lines
615 B
Smarty

<h2>Wonder Of The World</h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">The wonder of the world represents the pride of creation. Only the mightiest and richest are able to build such a masterwork and defend it against envious enemies.</td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(40,4);">
<img class="building g40" src="img/x.gif" alt="Wonder Of The World" title="Wonder Of The World" /></a>
</td>
</tr>
<tr>
<?php
$_GET['bid'] = 40;
include("wwavailupgrade.tpl");
?>
</tr></tbody>
</table>