summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-15 04:15:00 +0200
committerSem <sembrestels@riseup.net>2012-08-15 04:15:00 +0200
commit1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94 (patch)
tree396a10420176635f49d12e148fc3873830e02402 /index.php
parent9e2436181c785c741fb4705ee7b3c3069bf5f1c7 (diff)
downloadsaravea_theme-1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94.tar.gz
saravea_theme-1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94.tar.bz2
Worked on header.
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();