모바일: 갤러리스킨 1차 완료
This commit is contained in:
@ -121,11 +121,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
//if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret'];
|
||||
?>
|
||||
</li>
|
||||
<li><span>작성자 </span><?=$list[$i]['name']?></li>
|
||||
<li><span>작성일 </span><?=$list[$i]['datetime2']?></li>
|
||||
<li><span>조회 </span><?=$list[$i]['wr_hit']?></li>
|
||||
<? if ($is_good) {?><li><span>추천</span><strong><?=$list[$i]['wr_good']?></strong></li><? } ?>
|
||||
<? if ($is_nogood) {?><li><span>비추천</span><strong><?=$list[$i]['wr_nogood']?></strong></li><? } ?>
|
||||
<li><span class="bo_img_subject">작성자 </span><?=$list[$i]['name']?></li>
|
||||
<li><span class="bo_img_subject">작성일 </span><?=$list[$i]['datetime2']?></li>
|
||||
<li><span class="bo_img_subject">조회 </span><?=$list[$i]['wr_hit']?></li>
|
||||
<? if ($is_good) {?><li><span class="bo_img_subject">추천</span><strong><?=$list[$i]['wr_good']?></strong></li><? } ?>
|
||||
<? if ($is_nogood) {?><li><span class="bo_img_subject">비추천</span><strong><?=$list[$i]['wr_nogood']?></strong></li><? } ?>
|
||||
</ul>
|
||||
</li>
|
||||
<? } ?>
|
||||
|
||||
Reference in New Issue
Block a user