diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-11 11:58:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-11 11:58:53 +0200 |
commit | 54bb2651f54af121297f69b1e3baa632dc64c449 (patch) | |
tree | e61d877cb545c0c798ccd4ed218317a114f5776b /mod | |
parent | b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6 (diff) | |
parent | a497d8ee66edcb6e0c29e8e16c875963d497334d (diff) | |
download | volse-hubzilla-54bb2651f54af121297f69b1e3baa632dc64c449.tar.gz volse-hubzilla-54bb2651f54af121297f69b1e3baa632dc64c449.tar.bz2 volse-hubzilla-54bb2651f54af121297f69b1e3baa632dc64c449.zip |
merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/display.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php index b23f7f374..b2d9ba34b 100644 --- a/mod/display.php +++ b/mod/display.php @@ -64,10 +64,13 @@ function display_content(&$a, $update = 0, $load = false) { 'bang' => '', 'visitor' => true, 'profile_uid' => local_channel(), - 'return_path' => 'channel/' . $channel['channel_address'] + 'return_path' => 'channel/' . $channel['channel_address'], + 'expanded' => true ); + $o = '<div id="jot-popup">'; $o .= status_editor($a,$x); + $o .= '</div>'; } |