summaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-23 22:10:11 +0200
committerfoockinho <foockinho@lorea.org>2012-08-23 22:10:11 +0200
commit0ded21c3ad58cda7f815ef4f582eb83a8d7f15d7 (patch)
treef797cf7ffbe2669f80d93073b92f15f832c6f20e /start.php
parent6b433f614634ec03bd78e96eee583664fd1521f0 (diff)
downloadsaravea_theme-0ded21c3ad58cda7f815ef4f582eb83a8d7f15d7.tar.gz
saravea_theme-0ded21c3ad58cda7f815ef4f582eb83a8d7f15d7.tar.bz2
changed fieldset legend style
Diffstat (limited to 'start.php')
-rw-r--r--start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/start.php b/start.php
index 1fcc7f8..21d4b91 100644
--- a/start.php
+++ b/start.php
@@ -14,6 +14,7 @@ function n1_theme_init() {
elgg_register_css('n1:landing_page', elgg_get_simplecache_url('css', 'n1_theme/landing'));
elgg_extend_view('css/elgg', 'n1_theme/css');
+ elgg_extend_view('js/elgg', 'n1_theme/js');
if (elgg_is_active_plugin('pages')) {
// pages icon url override
@@ -52,4 +53,4 @@ function n1_theme_pages_icon_url_override($hook, $type, $returnvalue, $params) {
break;
}
}
-} \ No newline at end of file
+}