모바일에서 pc 모바일간 이동 링크 오류 수정

This commit is contained in:
chicpro
2013-04-01 14:09:38 +09:00
parent b227330337
commit 44f8463145

View File

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