모바일 쇼핑몰 하단 로고 누락 수정

This commit is contained in:
chicpro
2015-12-10 17:06:04 +09:00
parent 1e07d2c71f
commit fcb68891d8
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ $admin = get_admin("super");
<div id="ft">
<h2><?php echo $config['cf_title']; ?> 정보</h2>
<div id="ft_logo"><a href="<?php echo G5_SHOP_URL; ?>/"><img src="<?php echo G5_DATA_URL; ?>/common/mobile_logo_img2" alt="<?php echo $config['cf_title']; ?> 메인"></a></div>
<p>
<span><b>회사명</b> <?php echo $default['de_admin_company_name']; ?></span>
<span><b>주소</b> <?php echo $default['de_admin_company_addr']; ?></span><br>

View File

@ -11,6 +11,7 @@ $admin = get_admin("super");
<div id="ft">
<h2><?php echo $config['cf_title']; ?> 정보</h2>
<div id="ft_logo"><a href="<?php echo G5_SHOP_URL; ?>/"><img src="<?php echo G5_DATA_URL; ?>/common/mobile_logo_img2" alt="<?php echo $config['cf_title']; ?> 메인"></a></div>
<p>
<span><b>회사명</b> <?php echo $default['de_admin_company_name']; ?></span>
<span><b>주소</b> <?php echo $default['de_admin_company_addr']; ?></span><br>