-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
30 lines (30 loc) · 981 Bytes
/
theme.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<e107Theme name="MDB Bootstrap 5" version="1.0" date="2020-12-30" compatibility="2.3.1">
<author name ="e107 Inc" email="[email protected]" url="http://e107.org" />
<summary>MDB Bootstrap5 generic theme (under development)</summary>
<description>For testing only</description>
<category>generic</category>
<keywords>
<word>bootstrap</word>
<word>clean</word>
</keywords>
<libraries>
<library name="bootstrap" version="5" />
<library name="fontawesome" version="5" />
</libraries>
<stylesheets>
<css file="style.css" name="Default"/>
</stylesheets>
<screenshots>
<image>preview_frontend.png</image>
</screenshots>
<layouts>
<layout name='home' title='Home Page' >
<custompages>FRONTPAGE</custompages>
</layout>
<layout name='full' title='Full' >
<custompages>forum/ download/</custompages>
</layout>
<layout name='sidebar_right' title='Sidebar (right)' default='true' />
</layouts>
</e107Theme>