From ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Sep 2013 19:55:26 -0700 Subject: add design tool menu to appropriate pages --- mod/editwebpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/editwebpage.php') 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 = ''; else - $layoutselect = layout_select($x['profile_uid']); + $layoutselect = layout_select($itm[0]['uid']); $o .= replace_macros(get_markup_template('edpost_head.tpl'), array( -- cgit v1.2.3