theme_info.xml 964 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
  3. <!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
  4. <id>smf:2014_revolution</id>
  5. <version>2.0.7</version>
  6. <!-- Theme name, used purely for aesthetics. -->
  7. <name>2014 Revolution</name>
  8. <!-- Author: your email address or contact information. The name attribute is optional. -->
  9. <author name="Nathaniel 'Eeems' van Diepen">[email protected]</author>
  10. <!-- Website... where to get updates and more information. -->
  11. <website>https://github.com/Omnimaga/2014_Revolution</website>
  12. <!-- Template layers to use, defaults to "html,body". -->
  13. <layers>html,body</layers>
  14. <!-- Templates to load on startup. Default is "index". -->
  15. <templates>index</templates>
  16. <!-- Base this theme off another? Default is blank, or no. It could be "default". -->
  17. <based-on></based-on>
  18. </theme-info>