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:
friendica
2014-02-25 20:58:20 -08:00
parent 1857036a99
commit 364fc9f163
4 changed files with 17 additions and 7 deletions

View File

@@ -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);
}
}