diff --git a/Templates/Map/vilview.tpl b/Templates/Map/vilview.tpl index fae4e240..487cf641 100644 --- a/Templates/Map/vilview.tpl +++ b/Templates/Map/vilview.tpl @@ -163,6 +163,7 @@ if($query != 0){ while($row = mysql_fetch_array($result)){ $dataarray = explode(",",$row['data']); $type = $row['ntype']; + $topic=$row['topic']; echo ""; if($type==18 or $type==19 or $type==20 or $type==21){ echo "\"".$topic."\"";