아래 두개 링크중 1번 링크 처럼 이미지 클릭시 팝업 이미지 정보
아래 두개 링크중 1번 링크 처럼 이미지 클릭시 팝업 이미지본문
글을 잘못썼나봐요
아래 두개 링크 사이트 들어가서 보면 이미지 있잖아요
1번 링크 처럼 이미지 클릭시 팝업 이미지 안나오게 설정할려면
어떡해야 되는지요
댓글 전체
view.skin.php 에서
// 파일 출력
for($i=0; $i<=count($view[file]); $i++){
if ($view[file][$i][view])
//이미지의 원본 링크를 없앤다.
$view[file][$i][view] =
str_replace("onclick='image_window(this);' style='cursor:pointer;'","",$view[file][$i][view]);
echo $view[file][$i][view] . "<p>";
// 파일 출력
for($i=0; $i<=count($view[file]); $i++){
if ($view[file][$i][view])
//이미지의 원본 링크를 없앤다.
$view[file][$i][view] =
str_replace("onclick='image_window(this);' style='cursor:pointer;'","",$view[file][$i][view]);
echo $view[file][$i][view] . "<p>";
오달수님 답변주셔서 감사합니다.
잘됩니다.
잘됩니다.