comanche: provide an option to add a menu class for different theming choices on some menus (e.g. horizontal, tabbed, etc.)
This commit is contained in:
@@ -57,7 +57,7 @@ function bookmarks_content(&$a) {
|
||||
if($x) {
|
||||
foreach($x as $xx) {
|
||||
$y = menu_fetch($xx['menu_name'],local_user(),get_observer_hash());
|
||||
$o .= menu_render($y,true);
|
||||
$o .= menu_render($y,'',true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ function bookmarks_content(&$a) {
|
||||
if($x) {
|
||||
foreach($x as $xx) {
|
||||
$y = menu_fetch($xx['menu_name'],local_user(),get_observer_hash());
|
||||
$o .= menu_render($y,true);
|
||||
$o .= menu_render($y,'',true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user