diff options
author | friendica <info@friendica.com> | 2013-09-03 19:55:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-03 19:55:26 -0700 |
commit | ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e (patch) | |
tree | d6b1b30ab6191156ff0e5150332612a2cf788dbe /mod/editwebpage.php | |
parent | 50d4206e9fa0713655d4737ebdeb404afac4984e (diff) | |
download | volse-hubzilla-ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e.tar.gz volse-hubzilla-ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e.tar.bz2 volse-hubzilla-ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e.zip |
add design tool menu to appropriate pages
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r-- | mod/editwebpage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php index d49a006c9..6ce5a9493 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -78,7 +78,7 @@ function editwebpage_content(&$a) { if($layout) $layoutselect = '<input type="hidden" name="layout_mid" value="' . $layout . '" />'; else - $layoutselect = layout_select($x['profile_uid']); + $layoutselect = layout_select($itm[0]['uid']); $o .= replace_macros(get_markup_template('edpost_head.tpl'), array( |