메인이미지 파일 삭제

This commit is contained in:
chicpro
2014-03-06 14:57:11 +09:00
parent 57dad87d29
commit 6e2bf88d5b
2 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ if(!isset($default['de_mobile_rel_list_use'])) {
<?php echo $frm_submit; ?>
<?php if (file_exists($logo_img) || file_exists($main_img)) { ?>
<?php if (file_exists($logo_img) || file_exists($logo_img2) || file_exists($mobile_logo_img) || file_exists($mobile_logo_img2)) { ?>
<script>
$(".banner_or_img").addClass("scf_img");
$(function() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB