develop #63
|
@ -39,9 +39,9 @@ if ($wordpress_endpoint) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
//print_r($items);
|
||||
|
||||
if (!function_exists('render_menu')) {
|
||||
function render_menu($items, $level_id) {
|
||||
echo '<ul>' . PHP_EOL;
|
||||
foreach ($items[$level_id] as $menu_item) {
|
||||
|
@ -54,7 +54,7 @@ function render_menu($items, $level_id) {
|
|||
}
|
||||
echo '</ul>' . PHP_EOL;
|
||||
}
|
||||
|
||||
}
|
||||
if (count($items[0]) > 0) {
|
||||
render_menu($items, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue