aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.xml6
-rw-r--r--start.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/manifest.xml b/manifest.xml
index f2b97aebf..0f421fb95 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>Basic Theme</name>
+ <name>Habitorio Theme</name>
<author>Lorea developers</author>
- <version>1.0</version>
+ <version>0.1</version>
<category>theme</category>
<description>
- Elgg's core basic theme. Ready for fork and modify.
+ Habitorio.net theme.
</description>
<website>https://lorea.org</website>
<copyright>(C) 2011-2012 Lorea</copyright>
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',