theme_info.xml 784 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
  3. <!-- Theme name, used purely for aesthetics. -->
  4. <name>Core Theme</name>
  5. <!-- Author: your email address or contact information. The name attribute is optional. -->
  6. <author name="Simple Machines">[email protected]</author>
  7. <!-- Website... where to get updates and more information. -->
  8. <website>http://www.simplemachines.org/</website>
  9. <!-- Template layers to use, defaults to "html,body". -->
  10. <layers>html,body</layers>
  11. <!-- Templates to load on startup. Default is "index". -->
  12. <templates>index</templates>
  13. <!-- Base this theme off another? Default is blank, or no. It could be "default". -->
  14. <based-on></based-on>
  15. </theme-info>