footer의 모바일 버전가기 링크 삭제

This commit is contained in:
chicpro
2013-06-25 13:36:19 +09:00
parent 4560df2cd1
commit 726b75694e
2 changed files with 0 additions and 14 deletions

View File

@ -26,13 +26,6 @@ $admin = get_admin("super");
<a href="#" id="ft_to_top">상단으로</a>
</footer>
<?php
if(!G4_IS_MOBILE) {
$querystring = str_replace("&", "&amp;", $_SERVER['QUERY_STRING']);
?>
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING'] ? '?'.$querystring.'&amp;' : '?').'device=mobile'; ?>" id="device_change">모바일 버전으로 보기</a>
<?php } ?>
<?php
$sec = get_microtime() - $begin_time;
$file = $_SERVER['PHP_SELF'];

View File

@ -35,13 +35,6 @@ $admin = get_admin("super");
</div>
</footer>
<?php
if(!G4_IS_MOBILE) {
$querystring = str_replace("&", "&amp;", $_SERVER['QUERY_STRING']);
?>
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING'] ? '?'.$querystring.'&amp;' : '?').'device=mobile'; ?>" id="device_change">모바일 버전으로 보기</a>
<?php } ?>
<?php
$sec = get_microtime() - $begin_time;
$file = $_SERVER['PHP_SELF'];