diff options
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/listing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/listing.php b/mod/categories/listing.php index 3a279a717..b2701b143 100644 --- a/mod/categories/listing.php +++ b/mod/categories/listing.php @@ -36,4 +36,4 @@ $content .= $objects; $body = elgg_view_layout('two_column_left_sidebar', '', $content); -page_draw($title, $body); +echo elgg_view_page($title, $body); |