채택완료

갤러리게시판 파일 썸네일

2017-12-20 (수) 03:20:32 9,208

list.skin.php 파일

Copy
<?php
                    if ($v['is_notice']) { // 공지사항  ?>
                        <strong><?php _e('noticie', 'gnupress');?></strong>
                    <?php } else {
                        $thumb = g5_get_list_thumbnail($board['bo_table'], $v['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);

                        if($thumb['src']) {
                            $img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" style="height:'.$board['bo_gallery_height'].'px; width: 100%; display: block;"  >';
                        } else {
                            $img_content = '<span style="height:'.$board['bo_gallery_height'].'px">no image</span>';
                        }

                        echo $img_content;
                    }
                     ?>

이렇게하면 파일1에 올린 썸네일이뜨는데

파일2에 올린 썸네일도 뜨게할수도 있을까요?

도와주세요!!

|

답변 1개

답변을 작성하려면 로그인이 필요합니다.