1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
2018-11-09 14:33:23 -08:00

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<e107Theme name="blank" version="1.0" date="2031-05-01" compatibility="2.0" livedemo='http://e107.org'>
<author name ="e107 Inc" email="nospam@e107.org" url="http://e107.org" />
<summary>Blank Example theme</summary>
<description>Blank e107 Theme</description>
<category>generic</category>
<compliance xhtml="1.1" css="2.1" />
<plugins>
<plugin name='chatbox_menu' url='core' />
</plugins>
<screenshots>
<image></image>
</screenshots>
<keywords>
<word>blank</word>
<word>empty</word>
<word>template</word>
</keywords>
<libraries>
<library name="bootstrap" version="3" scope="all"/>
<library name="fontawesome" scope="all"/>
</libraries>
<layouts>
<layout name='default' title='Default' default='true' />
<layout name='home' title='Home'>
<custompages>FRONTPAGE</custompages>
</layout>
<layout name='full' title='Full'>
<custompages>/forum</custompages>
</layout>
</layouts>
<themePrefs>
<pref name='example'>Stored Theme value 1</pref>
<pref name='example2'>Stored Theme value 2</pref>
</themePrefs>
</e107Theme>