diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-12 12:21:18 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-12 12:21:18 +0000 |
commit | 449768615c8a67da41d02412b2bc670649c31a81 (patch) | |
tree | ec0e356375b1e8b5f4d591866ee0c7b7308044c6 | |
parent | 6218d4efe882ae8f7cccb935b705944007f05e17 (diff) | |
download | elgg-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
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"));
|