summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 2371b9a..0716540 100644
--- a/index.php
+++ b/index.php
@@ -10,6 +10,8 @@ if (elgg_is_logged_in()) {
forward('activity');
}
+elgg_load_css('n1:landing_page');
+
$content = elgg_view('n1_theme/landing');
$content .= elgg_view_title(elgg_echo('content:latest'));
$content .= elgg_list_river();