diff options
Diffstat (limited to 'mod/habitorio_theme/manifest.xml')
-rw-r--r-- | mod/habitorio_theme/manifest.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/habitorio_theme/manifest.xml b/mod/habitorio_theme/manifest.xml new file mode 100644 index 000000000..dd9e42e65 --- /dev/null +++ b/mod/habitorio_theme/manifest.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>Habitorio Theme</name> + <author>Lorea developers</author> + <version>1.8.0</version> + <category>theme</category> + <description> + Theme for Habitorio.net. Original authors: SocialApparatus http://socia.us + </description> + <website>https://lorea.org</website> + <copyright>(C) 2012 SocialApparatus, Lorea developers</copyright> + <license>GNU General Public License (GPL) version 2</license> + <admin_interface>simple</admin_interface> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> +</plugin_manifest> |