aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index b6aa50ae1..c9d966b2f 100644
--- a/index.php
+++ b/index.php
@@ -27,13 +27,13 @@
//Load the front page
global $CONFIG;
- $title = elgg_view_title($CONFIG->site->title);
+ $title = elgg_view_title(elgg_echo('content:latest'));
set_context('search');
$content = list_registered_entities();
set_context('main');
global $autofeed;
$autofeed = false;
- $content = elgg_view_layout('two_column_left_sidebar', '', $content, elgg_view("account/forms/login"));
+ $content = elgg_view_layout('two_column_left_sidebar', '', $title . $content, elgg_view("account/forms/login"));
echo page_draw(null, $content);
}