aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/start.php b/start.php
index c14609b21..5f9081675 100644
--- a/start.php
+++ b/start.php
@@ -1,8 +1,8 @@
<?php
-elgg_register_event_handler('init', 'system', 'basic_theme_init');
+elgg_register_event_handler('init', 'system', 'habitorio_theme_init');
-function basic_theme_init() {
+function habitorio_theme_init() {
// Override Elgg logo item
elgg_register_menu_item('topbar', array(
'name' => 'elgg_logo',