mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1164 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce1b794e01
commit
4767c2163f
10 changed files with 579 additions and 159 deletions
|
|
@ -177,7 +177,8 @@
|
|||
}
|
||||
|
||||
// 현재 페이지의 정보를 $zbxe_url이라는 변수로 등록 (common/tpl/common_header.tpl에서 javascript 변수로 설정함)
|
||||
if($_REQUEST['mid']) $zbxe_url = sprintf('mid=%s',$_REQUEST['mid']);
|
||||
//if($_REQUEST['mid']) $zbxe_url = sprintf('mid=%s',$_REQUEST['mid']);
|
||||
if($this->mid) $zbxe_url = sprintf('mid=%s',$this->mid);
|
||||
elseif($_REQUEST['module']) $zbxe_url = sprintf('module=%s',$_REQUEST['module']);
|
||||
elseif($_REQUEST['document_srl']) $zbxe_url = sprintf('mid=%s', $this->mid);
|
||||
else $zbxe_url = Context::getRequestUri();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue