mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4556470a9e
commit
7894c0b0ca
15 changed files with 45 additions and 21 deletions
|
|
@ -55,9 +55,8 @@
|
|||
if(count($menus)) {
|
||||
foreach($menus as $menu_id => $val) {
|
||||
$menu_srl = Context::get($menu_id);
|
||||
if($menu_srl) {
|
||||
$menu_srl_list[] = $menu_srl;
|
||||
}
|
||||
if(!$menu_srl) continue;
|
||||
$menu_srl_list[] = $menu_srl;
|
||||
}
|
||||
|
||||
// 정해진 메뉴가 있으면 모듈 및 메뉴에 대한 레이아웃 연동
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue