Requests
Turn the right submenu into a php menu
Under Consideration
Turn the right submenu with the client name into a php menu where it grabs data from the database like the other menu parts.
This allows plugins to assign menu items to that dropdown instead of creating a nav link or a nav dropdown as it can cause overflowing.
Or a event hook line the search options .
add a new hook event like nav_top_client
and get the links from navigation model like getPrimaryClient() , maybe getTopClient() .
that way we can add a custom top navigation as we want.
Comments have been locked on this page!