-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
71 lines (71 loc) · 2.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<e107Theme name="Landing Zero 2" version="1.6.0" date="2024-01-01" compatibility="2.3.3">
<author name ="Jimako" email="[email protected]" url="https://www.e107sk.com" />
<summary>A free landing page theme with video background</summary>
<description>Landing Zero Theme by bootstrapzero.com is a device-agnostic, modern responsive design that is customizable. It's designed to work well on desktops, laptops, tablets and mobile phones. Home page contains a video background. This single-page Bootstrap template has a sleek darkgrey color scheme, accent color and smooth scrolling. </description>
<category>generic</category>
<plugins>
<plugin name='gallery' url='core' />
<plugin name='rss_menu' url='core' />
<plugin name='tinymce4' url='core' />
<plugin name='social' url='core' />
<plugin name='masthead' url='https://codeload.github.com/Jimako-e107-plugins/masthead/zip/master' />
</plugins>
<keywords>
<word>bootstrap</word>
<word>clean</word>
<word>video</word>
</keywords>
<screenshots>
<image>preview_default.jpg</image>
<image>preview_onepage.jpg</image>
</screenshots>
<stylesheets>
<css file="style_default.css" name="Default Version" default="true" scope="front,admin,wysiwyg" />
<css file="style_orange.css" name="Orange Version" scope="front,admin,wysiwyg" />
<css file="style_green.css" name="Nightvision Version" scope="front,admin,wysiwyg" />
</stylesheets>
<libraries>
<library name="bootstrap" version="3" scope="all"/>
<library name="fontawesome" version="4" scope="all"/>
</libraries>
<layouts>
<layout name='homepage' title='Homepage Option 1' default='false'>
<custompages>FRONTPAGE</custompages>
</layout>
<layout name='full' title='Full width page' >
<custompages>forum gallery</custompages>
</layout>
<layout name='sidebar_right' title='Blog sidebar-right' default='true' >
<custompages>/news</custompages>
<menuPresets>
<area id='1'>
<menu name='news_categories' />
<menu name='other_news' />
<menu name='other_news2' />
<menu name='blogcalendar' />
</area>
</menuPresets>
</layout>
<layout name='sidebar_left' title='Blog sidebar-left' default='false' >
<custompages>/page</custompages>
</layout>
<layout name='3columns' title='3 columns layout' default='false' >
<custompages>/signup</custompages>
</layout>
</layouts>
<glyphicons>
<glyph name='ionicons' pattern='\.(ion-[a-z-]*):before\{' path='css/ionicons.min.css' prefix='ion-' tag='i' />
</glyphicons>
<themePrefs>
<pref name='videobackground'></pref>
<pref name='videomobilebackground'></pref>
<pref name='videoposter'></pref>
<pref name='videourl'></pref>
<pref name='header_class'>container-fluid</pref>
<pref name='body_class'>container-fluid</pref>
<pref name='footer_class'>container-fluid</pref>
<pref name='fonts_local'>0</pref>
<pref name='fonts_subset'>0</pref>
</themePrefs>
</e107Theme>