쇼핑몰: #100 쇼핑몰 하단 출력 표준화 및 스타일

This commit is contained in:
whitedot
2013-04-29 11:30:36 +09:00
parent 4f777de292
commit 3e05e7c2d4
6 changed files with 40 additions and 51 deletions

View File

@ -33,7 +33,7 @@ if ($config['cf_include_tail']) {
</footer>
<?php if(!G4_IS_MOBILE){ ?>
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&amp;':'?').'device=mobile'; ?>" id="g4s_cng">모바일 버전으로 보기</a>
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&amp;':'?').'device=mobile'; ?>" id="device_change">모바일 버전으로 보기</a>
<?php } ?>
<?php