Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
모바일에서 중복코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Dec 28, 2018
1 parent 1ee2ee3 commit ecc55e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions mobile/shop/shop.tail.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@
<?php
if(G5_DEVICE_BUTTON_DISPLAY && G5_IS_MOBILE) { ?>
<a href="<?php echo get_device_change_url(); ?>" id="device_change">PC 버전</a>
<?php
}

if ($config['cf_analytics']) {
echo $config['cf_analytics'];
}
?>
<?php } ?>
</div>
<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>
Expand Down
8 changes: 1 addition & 7 deletions theme/basic/mobile/shop/shop.tail.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@
<?php
if(G5_DEVICE_BUTTON_DISPLAY && G5_IS_MOBILE) { ?>
<a href="<?php echo get_device_change_url(); ?>" id="device_change">PC 버전</a>
<?php
}

if ($config['cf_analytics']) {
echo $config['cf_analytics'];
}
?>
<?php } ?>
</div>
<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>
Expand Down

0 comments on commit ecc55e0

Please sign in to comment.