mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
make showNavigationBar protected
so it can be used in extensions
This commit is contained in:
parent
ea46cce2df
commit
e93f8b6266
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user