mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1261 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
45f679a9ad
commit
e5db303dea
11 changed files with 132 additions and 56 deletions
|
|
@ -164,7 +164,7 @@
|
|||
// 메뉴
|
||||
if($xml_obj->menus->menu) {
|
||||
$menus = $xml_obj->menus->menu;
|
||||
if(!is_array($menus)) $menus[] = $menus;
|
||||
if(!is_array($menus)) $menus = array($menus);
|
||||
|
||||
$menu_count = count($menus);
|
||||
$buff .= sprintf('$layout_info->menu_count = "%s";', $menu_count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue