-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.xml
51 lines (51 loc) · 1.83 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
<?xml version="1.0" encoding="utf-8"?>
<e107Theme name='BS Gaming 03' version='1.0' date='2017-09-22' compatibility='2.0'>
<author name='fizi' url='http://fizithemes.hu' email='fizi@wsb.hu' />
<summary>BS Gaming 03 Bootstrap3 theme</summary>
<description>BS Gaming 03 bootstrap 3 theme with Isotope grid layout.</description>
<category>gaming</category>
<copyright>Theme by: FIZI THEMES</copyright>
<plugins>
<plugin name='featurebox' url='core' />
<plugin name='social' url='core' />
<plugin name='pm' url='core' />
<plugin name='chatbox_menu' url='core' />
<plugin name='poll' url='core' />
<plugin name='gallery' url='core' />
<plugin name='forum' url='core' />
<plugin name='hits' url='core' />
<plugin name='list_new' url='core' />
<plugin name='tagcloud' url='core' />
<plugin name='calendar_menu' url='core' />
</plugins>
<libraries>
<library name='bootstrap' scope='all' />
<library name='fontawesome' scope='all' />
<library name='bootstrap.editable' scope='admin' />
</libraries>
<keywords>
<word>bootstrap</word>
<word>game</word>
<word>responsive</word>
</keywords>
<screenshots>
<image>preview.jpg</image>
</screenshots>
<stylesheets>
<css file='style.css' name='Default' />
</stylesheets>
<layouts>
<layout name='game_03_home' title='Game 03 Homepage' default='false'>
<custompages>FRONTPAGE</custompages>
</layout>
<layout name='game_03_full_page' title='Game 03 Full Page (no Sidebar)' default='false'>
<custompages>forum news page</custompages>
</layout>
<layout name='game_03_with_sidebar' title='Game 03 with Sidebar' default='true' />
</layouts>
<themePrefs>
<pref name='set_videobg_on_off'>1</pref>
<pref name='left_or_right_menuarea'>right</pref>
<pref name='left_or_right_menuarea_on_frontpage'>right</pref>
</themePrefs>
</e107Theme>