footer의 모바일 버전가기 링크 삭제
This commit is contained in:
@ -26,13 +26,6 @@ $admin = get_admin("super");
|
||||
<a href="#" id="ft_to_top">상단으로</a>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
if(!G4_IS_MOBILE) {
|
||||
$querystring = str_replace("&", "&", $_SERVER['QUERY_STRING']);
|
||||
?>
|
||||
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING'] ? '?'.$querystring.'&' : '?').'device=mobile'; ?>" id="device_change">모바일 버전으로 보기</a>
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
$sec = get_microtime() - $begin_time;
|
||||
$file = $_SERVER['PHP_SELF'];
|
||||
|
||||
@ -35,13 +35,6 @@ $admin = get_admin("super");
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
if(!G4_IS_MOBILE) {
|
||||
$querystring = str_replace("&", "&", $_SERVER['QUERY_STRING']);
|
||||
?>
|
||||
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING'] ? '?'.$querystring.'&' : '?').'device=mobile'; ?>" id="device_change">모바일 버전으로 보기</a>
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
$sec = get_microtime() - $begin_time;
|
||||
$file = $_SERVER['PHP_SELF'];
|
||||
|
||||
Reference in New Issue
Block a user