-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
47 lines (47 loc) · 1.49 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<e107Theme name="Bootstrap 5" version="1.0" date="2021-03-22" compatibility="2.3.1">
<author name ="e107 Inc" email="[email protected]" url="http://e107.org" />
<summary>Bootstrap 5 basic theme</summary>
<description>A starter template for bootstrap5 themes.</description>
<category>generic</category>
<plugins>
<plugin name='social' url='core' />
<plugin name='featurebox' url='core' />
</plugins>
<keywords>
<word>bootstrap</word>
<word>clean</word>
<word>wireframe</word>
</keywords>
<libraries>
<library name="bootstrap" version="5" scope="front"/>
<library name="fontawesome" version="5" scope="front"/>
</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 Page' >
<custompages>forum/ download/</custompages>
</layout>
<layout name='sidebar_left' title='Sidebar (left)' />
<layout name='sidebar_right' title='Sidebar (right)' default='true' />
<layout name='splash' title='Splash Page' >
<custompages>login fpw signup</custompages>
</layout>
<layout name='bare' title='Bare Page' >
<custompages></custompages>
</layout>
</layouts>
<themePrefs>
<pref name='cardmenu_look'>1</pref>
<pref name='inlinecss'></pref>
<pref name='login_iframe'></pref>
</themePrefs>
</e107Theme>