diff options
Diffstat (limited to 'mod/menu.php')
-rw-r--r-- | mod/menu.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/menu.php b/mod/menu.php index c3302544e..1ec3c7996 100644 --- a/mod/menu.php +++ b/mod/menu.php @@ -42,6 +42,9 @@ function menu_content(&$a) { } + $a->set_widget('design',design_tools()); + + if(argc() == 1) { // list menus $x = menu_list(local_user()); |