git-svn-id: http://xe-core.googlecode.com/svn/trunk@375 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-12 08:11:15 +00:00
parent c554a550d8
commit 8c75dee150
2 changed files with 6 additions and 6 deletions

View file

@ -162,11 +162,11 @@
}
}
// 현재 페이지의 정보를 $zbfe_url이라는 변수로 등록 (common/tpl/common_header.tpl에서 javascript 변수로 설정함)
if($_REQUEST['mid']) $zbfe_url = sprintf('mid=%s',$_REQUEST['mid']);
elseif($_REQUEST['module']) $zbfe_url = sprintf('module=%s',$_REQUEST['module']);
else $zbfe_url = Context::getRequestUri();
Context::set('zbfe_url', $zbfe_url);
// 현재 페이지의 정보를 $zbxe_url이라는 변수로 등록 (common/tpl/common_header.tpl에서 javascript 변수로 설정함)
if($_REQUEST['mid']) $zbxe_url = sprintf('mid=%s',$_REQUEST['mid']);
elseif($_REQUEST['module']) $zbxe_url = sprintf('module=%s',$_REQUEST['module']);
else $zbxe_url = Context::getRequestUri();
Context::set('zbxe_url', $zbxe_url);
// 해당 모듈에 layout_srl이 있는지 확인
if($oModule->module_info->layout_srl) {