aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mitem.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-03 19:55:26 -0700
committerfriendica <info@friendica.com>2013-09-03 19:55:26 -0700
commitab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e (patch)
treed6b1b30ab6191156ff0e5150332612a2cf788dbe /mod/mitem.php
parent50d4206e9fa0713655d4737ebdeb404afac4984e (diff)
downloadvolse-hubzilla-ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e.tar.gz
volse-hubzilla-ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e.tar.bz2
volse-hubzilla-ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e.zip
add design tool menu to appropriate pages
Diffstat (limited to 'mod/mitem.php')
-rw-r--r--mod/mitem.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/mitem.php b/mod/mitem.php
index 2b890d5a1..ee690907e 100644
--- a/mod/mitem.php
+++ b/mod/mitem.php
@@ -98,6 +98,8 @@ function mitem_content(&$a) {
return '';
}
+ $a->set_widget('design',design_tools());
+
$m = menu_fetch($a->data['menu']['menu_name'],local_user(), get_observer_hash());
$a->set_widget('menu_preview',menu_render($m));