Browse Source

fix image path

tags/1.5
Nico Rey 3 years ago
parent
commit
7a8f63557c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/webpanel/Views/V_viewDetail.php

+ 1
- 1
templates/webpanel/Views/V_viewDetail.php View File

@@ -9,7 +9,7 @@
echo "<tr>";
$col_count=1;
}
echo "<td><div id =\"satimgdiv\"><a href=". $baseurl . "/" . $path . $enhacement ."><img id=\"satimg\" src=". $baseurl . "/thumb/" . $path . $enhacement ."></img></a></div>";
echo "<td><div id =\"satimgdiv\"><a href=". $baseurl . $path . $enhacement ."><img id=\"satimg\" src=". $baseurl . "thumb/" . $path . $enhacement ."></img></a></div>";
if($col_count==3) {
echo "</tr>";
}


Loading…
Cancel
Save