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