Update 19.tpl

This commit is contained in:
Shadow
2013-11-25 16:35:39 +02:00
parent 2ecbb360a4
commit 4a97bc40b9
+6 -4
View File
@@ -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