diff options
Diffstat (limited to 'engine/handlers/export_handler.php')
| -rw-r--r-- | engine/handlers/export_handler.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/handlers/export_handler.php b/engine/handlers/export_handler.php index da83ce43c..709102663 100644 --- a/engine/handlers/export_handler.php +++ b/engine/handlers/export_handler.php @@ -112,5 +112,5 @@ if (($guid != "") && ($type == "") && ($id_or_name == "")) {  }  $content = elgg_view_title($title) . $body; -$body = elgg_view_layout('one_column_with_sidebar', array('content' => $content)); +$body = elgg_view_layout('one_sidebar', array('content' => $content));  echo elgg_view_page($title, $body);
\ No newline at end of file  | 
