mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@339 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fdc255b238
commit
28dd1b022d
3 changed files with 17 additions and 19 deletions
|
|
@ -191,6 +191,12 @@
|
|||
$oModule->setLayoutFile('layout');
|
||||
}
|
||||
|
||||
// 현재 페이지의 정보를 $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);
|
||||
|
||||
// 컨텐츠 출력
|
||||
$oDisplayHandler = new DisplayHandler();
|
||||
$oDisplayHandler->printContent($oModule);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue