I'm trying to write a layout plugin with the styles of http://metroui.org.ua . A problem is, that he is using custom data in the menu definitions like
> <ul class="menu"> > <li data-role="dropdown"> > <a href="#">Item 1</a> > <ul class="dropdown-menu"> > <li><a href="#">SubItem</a></li> > ... > <li><a href="#">SubItem</a></li> > > > So either I have to extend the MENU function or I have to find a another solution. Has someone a hint? Thx in advance --

