make showNavigationBar protected

so it can be used in extensions
This commit is contained in:
Uwe Steinmann 2020-04-21 17:23:45 +02:00
parent ea46cce2df
commit e93f8b6266

View File

@ -501,7 +501,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
return;
} /* }}} */
private function showNavigationBar($menuitems) { /* {{{ */
protected function showNavigationBar($menuitems) { /* {{{ */
foreach($menuitems as $menuitem) {
if(!empty($menuitem['children'])) {
echo " <li class=\"dropdown\">\n";