aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-12 12:21:18 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-12 12:21:18 +0000
commit449768615c8a67da41d02412b2bc670649c31a81 (patch)
treeec0e356375b1e8b5f4d591866ee0c7b7308044c6 /index.php
parent6218d4efe882ae8f7cccb935b705944007f05e17 (diff)
downloadelgg-449768615c8a67da41d02412b2bc670649c31a81.tar.gz
elgg-449768615c8a67da41d02412b2bc670649c31a81.tar.bz2
Improved front page.
git-svn-id: https://code.elgg.org/elgg/trunk@1853 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'index.php')
-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"));