mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 18:21:00 +00:00
Update vilview.tpl
This commit is contained in:
@@ -163,6 +163,7 @@ if($query != 0){
|
|||||||
while($row = mysql_fetch_array($result)){
|
while($row = mysql_fetch_array($result)){
|
||||||
$dataarray = explode(",",$row['data']);
|
$dataarray = explode(",",$row['data']);
|
||||||
$type = $row['ntype'];
|
$type = $row['ntype'];
|
||||||
|
$topic=$row['topic'];
|
||||||
echo "<tr><td>";
|
echo "<tr><td>";
|
||||||
if($type==18 or $type==19 or $type==20 or $type==21){
|
if($type==18 or $type==19 or $type==20 or $type==21){
|
||||||
echo "<img src=\"gpack/travian_default/img/scouts/$type.gif\" alt=\"".$topic."\" title=\"".$topic."\" />";
|
echo "<img src=\"gpack/travian_default/img/scouts/$type.gif\" alt=\"".$topic."\" title=\"".$topic."\" />";
|
||||||
|
|||||||
Reference in New Issue
Block a user