diff options
-rw-r--r-- | manifest.xml | 6 | ||||
-rw-r--r-- | start.php | 4 |
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> @@ -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',
|