-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
43 lines (43 loc) · 1.55 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
<?xml version="1.0" encoding="utf-8"?>
<e107Theme name="BS Magazine 01" version="1.0.1" date="2019-05-01" compatibility="2.0">
<author name ="fizi" email="[email protected]" url="http://fizithemes.hu" />
<summary>Magazine bootstrap theme by fizi</summary>
<description>A magazine bootstrap 3 responsive template.</description>
<category>news</category>
<copyright>Theme by: FIZI THEMES</copyright>
<plugins>
<plugin name='gallery' url='core' />
<plugin name='rss_menu' url='core' />
<plugin name='social' url='core' />
<plugin name='banner' url='core' />
<plugin name='pm' url='core' />
<plugin name='chatbox_menu' url='core' />
<plugin name='featurebox' url='core' />
<plugin name='forum' url='core' />
<plugin name='poll' url='core' />
</plugins>
<keywords>
<word>bootstrap</word>
<word>magazine theme</word>
<word>responsive</word>
</keywords>
<screenshots>
<image>preview.jpg</image>
<image>preview_full.jpg</image>
</screenshots>
<stylesheets>
<css file="style.css" name="Default" />
</stylesheets>
<layouts>
<layout name='magazine_home' title='magazine homepage' default='false'>
<custompages>FRONTPAGE</custompages>
</layout>
<layout name='magazine_full_width' title='magazine full-width' default='false'>
<custompages>forum</custompages>
</layout>
<layout name='magazine_extend_news' title='magazine extend news' default='false'>
<custompages>/news/view/</custompages>
</layout>
<layout name='magazine_three_columns' title='magazine three columns' default='true' />
</layouts>
</e107Theme>