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