summaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/start.php b/start.php
index 1a49da4..c7dae0e 100644
--- a/start.php
+++ b/start.php
@@ -9,7 +9,9 @@ function n1_theme_init() {
elgg_register_plugin_hook_handler('register', 'menu:topbar', 'n1_theme_topbar_menu');
elgg_register_plugin_hook_handler('index', 'system', 'n1_theme_front_page');
- elgg_extend_view('css', 'n1_theme/css');
+
+ elgg_register_simplecache_view('n1_theme/landing');
+ elgg_register_css('n1:landing_page', elgg_get_simplecache_url('css', 'n1_theme/landing'));
}
function n1_theme_topbar_menu($hook, $type, $returnvalue, $params){