최근게시물 : 불분명한 selector 수정, galley > gallery 버그 10335

This commit is contained in:
minsupkr
2020-03-31 11:59:30 +09:00
parent 67126bcbe1
commit b069485c53
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ $list_count = (is_array($list) && $list) ? count($list) : 0;
}
$img_content = '<img src="'.$img.'" alt="'.$thumb['alt'].'" >';
?>
<li class="galley_li">
<li class="gallery_li">
<a href="<?php echo $list[$i]['href'] ?>" class="lt_img"><?php echo $img_content; ?></a>
<?php
if ($list[$i]['icon_secret']) echo "<i class=\"fa fa-lock\" aria-hidden=\"true\"></i><span class=\"sound_only\">비밀글</span> ";