mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
언어선택 - 돌아가기 링크 위치 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6379 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d701759d9
commit
efa299b54f
3 changed files with 19 additions and 12 deletions
|
|
@ -177,6 +177,7 @@
|
|||
* 모바일 브라우저가 아닐 경우 null return
|
||||
**/
|
||||
function getBrowserType() {
|
||||
if(Context::get('smartphone')) return null;
|
||||
// 브라우저 타입을 판별
|
||||
$browserAccept = $_SERVER['HTTP_ACCEPT'];
|
||||
$userAgent = $_SERVER['HTTP_USER_AGENT'];
|
||||
|
|
@ -540,11 +541,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
$obj = null;
|
||||
$obj['link'] = $obj['text'] = Context::getLang('lang_return');
|
||||
$obj['href'] = Context::get('return_uri');
|
||||
$childs[] = $obj;
|
||||
|
||||
$this->setChilds($childs);
|
||||
|
||||
$this->display();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue