G5_USE_MOBILE 상수 추가에 따른 모바일 PC 버전 보기 버튼 코드 수정

This commit is contained in:
chicpro
2013-11-18 18:21:52 +09:00
parent c74c7cd726
commit c07c00659f
2 changed files with 23 additions and 18 deletions

View File

@ -35,7 +35,7 @@ if ($config['cf_include_tail']) {
</div>
<?php
if(!G5_IS_MOBILE) {
if(G5_USE_MOBILE && !G5_IS_MOBILE) {
$seq = 0;
$href = $_SERVER['PHP_SELF'];
if($_SERVER['QUERY_STRING']) {