manifest.xml 834 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Aalborg Theme</name>
  4. <id>aalborg_theme</id>
  5. <author>Per Jensen - Elggzone</author>
  6. <version>1.9</version>
  7. <category>bundled</category>
  8. <category>theme</category>
  9. <description>Responsive Elgg theme</description>
  10. <website>http://www.perjensen-online.dk</website>
  11. <copyright>See COPYRIGHT.txt</copyright>
  12. <license>GNU General Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. <requires>
  18. <type>priority</type>
  19. <priority>after</priority>
  20. <plugin>search</plugin>
  21. </requires>
  22. <requires>
  23. <type>priority</type>
  24. <priority>after</priority>
  25. <plugin>profile</plugin>
  26. </requires>
  27. <activate_on_install>true</activate_on_install>
  28. </plugin_manifest>