기기전환 아이디 변경

This commit is contained in:
whitedot
2013-04-29 11:20:44 +09:00
parent 3c9e7b97a8
commit ed9126b9f1
4 changed files with 4 additions and 4 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