Lael's World


Page Navigation


Post Content

» Posted By Lael Rukius, » Posted In 분류없음, » Reg Date : 2012/01/27 19:14
» Post Url : http://lael.be/438
» Last Modified at 2012/01/28 00:41
 

1. /library/view/iphone/iphoneView.php 에서

<a href="<?php echo $context->getProperty('uri.blog');?>/?pcview=1" onclick="window.location.href='<?php echo $context->getProperty('uri.blog');?>/?pcview=1'">PC 화면</a>

추가

 

2. /interface/index.php 에서

if($_SESSION['pcview'] != '1' && Setting::getBlogSettingGlobal('useiPhoneUI',true) && ($browserUtil->isMobile() == true) && $_SESSION['pcview']!='1' ){

 

3. /interface/i/index.php 에서

requireView('iphoneView');  다음에

 

 

if($_GET['pcview'] == '1'){

$_SESSION['pcview'] = '1';

header("Location: $defaultURL"); exit;

}

추가



 GNU Free Documentation License (블로그 글 저작권 규정) You can copy and distribute the Document in any medium, either commercially or noncommercially.
We grants you a worldwide, royalty-free, non-exclusive, sublicensable license.
이 블로그에 게시된 모든 글은 작성자(Lael)의 동의 없이 모든 매체에 대해 발췌 및 상업성 및 비상업성 용도로 사용하는 것을 허가합니다. 불펌 및 무단복제 권장.
2012/01/27 19:14 2012/01/27 19:14

Trackback URL : http://lael.be/trackback/438

Leave a comment