Changeset [7793] introduced regression in Admin menu. The bug it meant to fix on the login page is now present in most admin pages.
Yellow backtrace is visible on e.g. Websites, Users, User settings since the Controller only calls setBasicVariablesView($view)
and doesn't assign $view->topMenu
(General settings is an exception here).
Not sure what the best solution to this problem is.
(In [7794]) fixes #3713 thx for the report, is it OK now?