mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 21:01:00 +00:00
Update 3.tpl
This commit is contained in:
+15
-4
@@ -117,10 +117,21 @@ if(isset($dataarray[171]) && $dataarray[171] !=''){ //troop not return
|
|||||||
<?php echo $dataarray[171]; ?>
|
<?php echo $dataarray[171]; ?>
|
||||||
</td></tr></tbody>
|
</td></tr></tbody>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
if(isset($dataarray[171]) && $dataarray[171] !=''){
|
|
||||||
echo $dataarray[171];
|
if ($dataarray[172]!='' and $dataarray[173]!=''){ //hero
|
||||||
}
|
?>
|
||||||
echo "</tr></tbody>";?>
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
||||||
|
<img class="unit u<?php echo $dataarray[172]; ?>" src="img/x.gif" alt="Hero" title="Hero" />
|
||||||
|
<?php echo $dataarray[173]; ?>
|
||||||
|
</td></tr></tbody>
|
||||||
|
<?php }
|
||||||
|
if(isset($dataarray[171]) && $dataarray[171] !=''){ //troop not return
|
||||||
|
?>
|
||||||
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
||||||
|
<?php echo $dataarray[171]; ?>
|
||||||
|
</td></tr></tbody>
|
||||||
|
<?php }?>
|
||||||
|
echo "</tr></tbody>"; ?>
|
||||||
</td></tr></tbody>
|
</td></tr></tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user