mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
cafeXE 메인 설정시 레이아웃 설정할 수 있도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6177 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7d67cee78e
commit
3396917f64
9 changed files with 25 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
$layout_list = $oLayoutModel->getDownloadedLayoutList();
|
||||
Context::set('layout_list', $layout_list);
|
||||
|
||||
// 카페 메인의 레이아웃을 구함
|
||||
$layout_list = $oLayoutModel->getLayoutList();
|
||||
Context::set('main_layout_list', $layout_list);
|
||||
|
||||
// 서비스 모듈을 구함
|
||||
$installed_module_list = $oModuleModel->getModulesXmlInfo();
|
||||
foreach($installed_module_list as $key => $val) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue