PCMOBILE 화면전환 예비

This commit is contained in:
whitedot
2013-03-14 09:48:29 +09:00
parent 17c5361ba9
commit e99f10c014
5 changed files with 9 additions and 2 deletions

View File

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