-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
executable file
·55 lines (55 loc) · 1.38 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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<name>scorsese</name>
<version>1.1.0</version>
<requirements>
<minimum_version>3.7.0</minimum_version>
</requirements>
<thumbnail>thumbnail.png</thumbnail>
<description>
<![CDATA[
Scorsese is a theme for Fork CMS
]]>
</description>
<authors>
<author>
<name>Wouter Sioen</name>
<url>http://www.woutersioen.be</url>
</author>
</authors>
<metanavigation supported="false" />
<templates>
<template label="Default" path="Core/Layout/Templates/Default.tpl">
<positions>
<position name="search">
<defaults>
<widget module="Search" action="Form" />
</defaults>
</position>
<position name="right" />
<position name="main" />
<position name="left" />
</positions>
<format>
[/,/,/,search],[left,main,main,right],[left,main,main,right]
</format>
</template>
<template label="Home" path="Core/Layout/Templates/home.tpl">
<positions>
<position name="search">
<defaults>
<widget module="Search" action="Form" />
</defaults>
</position>
<position name="topleft" />
<position name="topright" />
<position name="right" />
<position name="main" />
<position name="left" />
</positions>
<format>
[/,/,/,search],[topleft,topleft,topright,topright],[left,main,main,right],[left,main,main,right]
</format>
</template>
</templates>
</theme>