-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfo.xml
61 lines (61 loc) · 1.9 KB
/
Info.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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<name>response</name>
<version>1.1.0</version>
<requirements>
<minimum_version>3.7.0</minimum_version>
</requirements>
<thumbnail>thumbnail.png</thumbnail>
<description><![CDATA[Response is a responsive theme made for Fork CMS. It is column based and easy to adjust the user's needs. A clean and simple theme to get started with Fork CMS and responsive webdesign.]]></description>
<authors>
<author>
<name>Simon Coudeville</name>
<url>http://www.fork-cms.com</url>
</author>
<author>
<name>Thomas Deceuninck</name>
<url>http://www.thomasdeceuninck.be</url>
</author>
</authors>
<metanavigation supported="false" />
<templates>
<template label="Default" path="Core/Layout/Templates/Default.tpl">
<positions>
<position name="main" />
<position name="right" />
<position name="doormatLeft" />
<position name="doormatMiddle">
<defaults>
<widget module="Blog" action="RecentComments" />
</defaults>
</position>
<position name="doormatRight" />
</positions>
<format>
[main,main,right],[doormatLeft,doormatMiddle,doormatRight]
</format>
</template>
<template label="Home" path="Core/Layout/Templates/Home.tpl">
<positions>
<position name="left" />
<position name="main" />
<position name="right" />
<position name="topLeft" />
<position name="topRight" />
<position name="wide" />
<position name="bottomLeft" />
<position name="bottomRight" />
<position name="doormatLeft" />
<position name="doormatMiddle">
<defaults>
<widget module="Blog" action="RecentComments" />
</defaults>
</position>
<position name="DoormatRight" />
</positions>
<format>
[left,main,right],[topLeft,topLeft,topRight],[wide,wide,wide],[bottomLeft,bottomLeft,bottomRight],[doormatLeft,doormatMiddle,doormatRight]
</format>
</template>
</templates>
</theme>