mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
Update 3.tpl
This commit is contained in:
@@ -112,10 +112,11 @@ if ($dataarray[172]!='' and $dataarray[173]!=''){ //hero
|
||||
</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; ?>">
|
||||
echo $dataarray[171];
|
||||
<?php echo $dataarray[171]; ?>
|
||||
</td></tr></tbody>
|
||||
}?>
|
||||
<?php }?>
|
||||
if(isset($dataarray[171]) && $dataarray[171] !=''){
|
||||
echo $dataarray[171];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user