PCMOBILE 화면전환 스타일

This commit is contained in:
whitedot
2013-03-14 09:52:42 +09:00
parent e99f10c014
commit 44f9f31e3e
3 changed files with 3 additions and 3 deletions

View File

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