mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-25 12:37:13 +00:00
Update 19.tpl
This commit is contained in:
@@ -62,12 +62,14 @@ for($i=152;$i<=161;$i++) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(isset($dataarray[147]) and $dataarray[147]!=0){
|
if(isset($dataarray[147]) and $dataarray[147]!=0){
|
||||||
if ($dataarray[161]==0){$tdclass='class="none"';}
|
if ($dataarray[161]==0) $tdclass='class="none"'; else $tdclass='';
|
||||||
echo "<td $tdclass>$dataarray[161]</td>";
|
echo "<td $tdclass>$dataarray[161]</td>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "</tr></tbody>";
|
if(isset($dataarray[171]) && $dataarray[171] !=''){
|
||||||
?>
|
echo $dataarray[171];
|
||||||
|
}
|
||||||
|
echo "</tr></tbody>";?>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user