aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 7c5f21a83..b6aa50ae1 100644
--- a/index.php
+++ b/index.php
@@ -26,7 +26,11 @@
if (isloggedin()) forward('pg/dashboard');
//Load the front page
+ global $CONFIG;
+ $title = elgg_view_title($CONFIG->site->title);
+ 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"));