Mercurial > hg > vamp-website
annotate forum/Themes/classic/theme_info.xml @ 90:0f68499767c1 website
Subrepo
author | Chris Cannam |
---|---|
date | Thu, 19 Jun 2014 15:06:58 +0100 |
parents | e3e11437ecea |
children |
rev | line source |
---|---|
Chris@76 | 1 <?xml version="1.0"?> |
Chris@76 | 2 <theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/"> |
Chris@76 | 3 <!-- Theme name, used purely for aesthetics. --> |
Chris@76 | 4 <name>Classic YaBB SE Theme</name> |
Chris@76 | 5 <!-- Author: your email address or contact information. The name attribute is optional. --> |
Chris@76 | 6 <author name="Simple Machines">info@simplemachines.org</author> |
Chris@76 | 7 <!-- Website... where to get updates and more information. --> |
Chris@76 | 8 <website>http://www.simplemachines.org/</website> |
Chris@76 | 9 <!-- Template layers to use, defaults to "main". --> |
Chris@76 | 10 <layers>main</layers> |
Chris@76 | 11 <!-- Templates to load on startup. Default is "index". --> |
Chris@76 | 12 <templates>index</templates> |
Chris@76 | 13 <!-- Base this theme off another? Default is blank, or no. It could be "default". --> |
Chris@76 | 14 <based-on></based-on> |
Chris@76 | 15 </theme-info> |