-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme_info.xml
18 lines (18 loc) · 918 Bytes
/
theme_info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>xyf:Bastion</id>
<version>1.0.6</version>
<!-- Theme name, used purely for aesthetics. -->
<name>Bastion</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->
<author name="Antes">antes@simplemachines.org</author>
<!-- Website... where to get updates and more information. -->
<website>http://www.simplemachines.org/</website>
<!-- Template layers to use, defaults to "html,body". -->
<layers>html,body</layers>
<!-- Templates to load on startup. Default is "index". -->
<templates>index</templates>
<!-- Base this theme off another? Default is blank, or no. It could be "default". -->
<based-on></based-on>
</theme-info>