diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2015-04-06 23:51:30 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2015-04-06 23:52:13 +0200 |
commit | 754ac2cff72b0d9d5d9b389740cc8946ed1e40b2 (patch) | |
tree | 70b345d0055cde9dfaa35ca24de5316000b5ee60 /mod/layouts.php | |
parent | f1e73abd21ac99b00038242b8a4e882e7f6dfc12 (diff) | |
download | volse-hubzilla-754ac2cff72b0d9d5d9b389740cc8946ed1e40b2.tar.gz volse-hubzilla-754ac2cff72b0d9d5d9b389740cc8946ed1e40b2.tar.bz2 volse-hubzilla-754ac2cff72b0d9d5d9b389740cc8946ed1e40b2.zip |
Fix Design Tool navigation for sys channel.
Fix creating menu for sys channel.
Diffstat (limited to 'mod/layouts.php')
-rw-r--r-- | mod/layouts.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mod/layouts.php b/mod/layouts.php index 74a713cf1..2616513f8 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -98,7 +98,6 @@ function layouts_content(&$a) { header('Content-disposition: attachment; filename="' . $r[0]['sid'] . '.pdl"'); echo json_encode($r); killme(); - } } @@ -156,7 +155,7 @@ function layouts_content(&$a) { 'title' => $rr['sid'], 'mid' => $rr['mid'] ); - } + } } //Build the base URL for edit links @@ -172,7 +171,6 @@ function layouts_content(&$a) { '$preview' => '1', )); - - return $o; + return $o; } |