mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-25 04:27:15 +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
|
||||||
@@ -268,4 +270,4 @@ for($i=129;$i<=138;$i++) {
|
|||||||
</tr></tbody></table>
|
</tr></tbody></table>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td></tr></tbody></table>
|
</td></tr></tbody></table>
|
||||||
|
|||||||
Reference in New Issue
Block a user