소스 검색

fix image path

tags/1.5
Nico Rey 4 년 전
부모
커밋
7a8f63557c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/webpanel/Views/V_viewDetail.php

+ 1
- 1
templates/webpanel/Views/V_viewDetail.php 파일 보기

@@ -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>";
}


불러오는 중...
취소
저장