mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 06:07:14 +00:00
tr - rm doublings + fix desc keys
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
include("next.tpl");
|
||||
?>
|
||||
<div id="build" class="gid1"><a href="#" onClick="return Popup(0,4);" class="build_logo">
|
||||
<img class="building g1" src="img/x.gif" alt="<?php echo B1; ?>" title="<?php echo B1; ?>" />
|
||||
<img class="building g1" src="img/x.gif" alt="<?php echo WOODCUTTER; ?>" title="<?php echo WOODCUTTER; ?>" />
|
||||
</a>
|
||||
<h1><?php echo B1; ?> <span class="level"><?php echo LEVEL." "; echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo B1_DESC; ?></p>
|
||||
<h1><?php echo WOODCUTTER; ?> <span class="level"><?php echo LEVEL." "; echo $village->resarray['f'.$id]; ?></span></h1>
|
||||
<p class="build_desc"><?php echo WOODCUTTER_DESC; ?></p>
|
||||
<table cellpadding="1" cellspacing="1" id="build_value">
|
||||
<tr>
|
||||
<th><?php echo CUR_PROD; ?>:</th>
|
||||
|
||||
Reference in New Issue
Block a user