remove empty nav bar from adminTools navigation

This commit is contained in:
Uwe Steinmann 2021-04-11 13:00:15 +02:00
parent d48db0675c
commit 37c322af10

View File

@ -756,8 +756,6 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
self::showNavigationBar($menuitems);
echo " </ul>\n";
echo "<ul class=\"nav\">\n";
echo "</ul>\n";
echo "</div>\n";
return;
} /* }}} */