Mercurial > hg > vamp-website
diff forum/Themes/classic/theme_info.xml @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/Themes/classic/theme_info.xml Sun Jul 07 11:25:48 2013 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/"> + <!-- Theme name, used purely for aesthetics. --> + <name>Classic YaBB SE Theme</name> + <!-- Author: your email address or contact information. The name attribute is optional. --> + <author name="Simple Machines">info@simplemachines.org</author> + <!-- Website... where to get updates and more information. --> + <website>http://www.simplemachines.org/</website> + <!-- Template layers to use, defaults to "main". --> + <layers>main</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>