mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 04:14:22 +00:00
16 lines
585 B
Smarty
16 lines
585 B
Smarty
<h2>Horse Drinking Trough</h2>
|
|
<table class="new_building" cellpadding="1" cellspacing="1">
|
|
<tbody><tr>
|
|
<td class="desc">The horse drinking trough cares for the well-being of your horses, lowers their crop consumption and makes their training faster.</td>
|
|
<td rowspan="3" class="bimg">
|
|
<a href="#" onClick="return Popup(41,4);">
|
|
<img class="building g41" src="img/x.gif" alt="Horse Drinking Trough" title="Horse Drinking Trough" /></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<?php
|
|
$_GET['bid'] = 41;
|
|
include("availupgrade.tpl");
|
|
?>
|
|
</tr></tbody>
|
|
</table> |