From 4a97bc40b98efc33e356037f20858da519335b73 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 25 Nov 2013 16:35:39 +0200 Subject: [PATCH] Update 19.tpl --- Templates/Notice/19.tpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Templates/Notice/19.tpl b/Templates/Notice/19.tpl index 0ccd2ec4..99c7ee3c 100644 --- a/Templates/Notice/19.tpl +++ b/Templates/Notice/19.tpl @@ -62,12 +62,14 @@ for($i=152;$i<=161;$i++) { } } if(isset($dataarray[147]) and $dataarray[147]!=0){ - if ($dataarray[161]==0){$tdclass='class="none"';} - echo "$dataarray[161]"; + if ($dataarray[161]==0) $tdclass='class="none"'; else $tdclass=''; + echo "$dataarray[161]"; } } -echo ""; -?> +if(isset($dataarray[171]) && $dataarray[171] !=''){ +echo $dataarray[171]; +} +echo "";?> - \ No newline at end of file +