getItems(); foreach($menu_items as $item) { echo '
  • ' .'' .''.inlineSVG($item->getSvg()).'' . ''.$item->getLabel().'' . '
  • '; } ?>