diff options
Diffstat (limited to 'mod/externalpages/read.php')
-rw-r--r-- | mod/externalpages/read.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/read.php b/mod/externalpages/read.php index 10ef4e3a1..466c3a0be 100644 --- a/mod/externalpages/read.php +++ b/mod/externalpages/read.php @@ -30,7 +30,7 @@ if($contents){ $area1 .= elgg_view('page_elements/elgg_content',array('body' => elgg_echo("expages:notset"))); // Display through the correct canvas area -$body = elgg_view_layout("one_column_with_sidebar", '', $area1); +$body = elgg_view_layout("one_column_with_sidebar", $area1); // Display page page_draw($title,$body);
\ No newline at end of file |