-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateDetails.xml
executable file
·123 lines (116 loc) · 4.34 KB
/
templateDetails.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 1.6//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension version="2.5" type="template" method="upgrade" client="site">
<name>t3_bigbang</name>
<version>1.0.0</version>
<creationDate>October 2014</creationDate>
<author>Jon Buckner</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.jonexperiment.com</authorUrl>
<copyright>Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.</copyright>
<license>license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<t3>
<base>base-bs3</base>
</t3>
<description>
<![CDATA[
<div class="span6 offset3">
<div class="alert alert-success>
<h2>Jon Buckner's Personalised version of T3 BS3 Blank</h2>
<h2><a href="http://t3-framework.org/">T3 Framework</a></h2>
<h4><a href="http://demo.t3-framework.org/" title="">Demo</a></h4>
<h4><a href="http://t3-framework.org/documentation" title="">Documentation</a></h4>
<h4><a href="https://github.com/t3framework/t3/blob/master/CHANGELOG.md" title="">Changelog</a></h4>
<h5><span style="color:#FF0000">Note: T3 blank requires T3 plugin to be installed and enabled.</span></h5>
<h5>Copyright 2004 - 2014 <a href='http://www.joomlart.com/' title='Visit Joomlart.com!'>JoomlArt.com</a></h5>
<h5>How to rename the template<a href='http://t3-framework.org/documentation/faqs.html' title='Rename the Template'>Rename the Template</a></h5>
</div>
<style>table.adminform{width: 100%;}</style>
</div>
]]>
</description>
<files>
<filename>component.php</filename>
<filename>favicon.ico</filename>
<filename>index.html</filename>
<filename>index.php</filename>
<filename>thememagic.xml</filename>
<filename>templateInfo.php</filename>
<filename>templateHook.php</filename>
<filename>template_preview.png</filename>
<filename>template_thumbnail.png</filename>
<filename>templateDetails.xml</filename>
<folder>etc</folder>
<folder>fonts</folder>
<folder>html</folder>
<folder>css</folder>
<folder>js</folder>
<folder>less</folder>
<folder>language</folder>
<folder>images</folder>
<folder>tpls</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.tpl_t3_bigbang.ini</language>
<language tag="en-GB">en-GB/en-GB.tpl_t3_bigbang.sys.ini</language>
</languages>
<positions>
<position>languageswitcherload</position>
<position>head-search</position>
<position>mainnav</position>
<position>navhelper</position>
<position>breadcrumbs</position>
<position>off-canvas</position>
<position>sidebar-1</position>
<position>sidebar-2</position>
<position>mast-col</position>
<position>footer</position>
<position>home-0</position>
<position>home-1</position>
<position>home-2</position>
<position>home-3</position>
<position>home-4</position>
<position>home-5</position>
<position>position-0</position>
<position>position-1</position>
<position>position-2</position>
<position>position-3</position>
<position>position-4</position>
<position>position-5</position>
<position>position-6</position>
<position>position-7</position>
<position>position-8</position>
<position>position-9</position>
<position>position-10</position>
<position>position-11</position>
<position>position-12</position>
<position>position-13</position>
<position>position-14</position>
<position>position-15</position>
<position>footer-0</position>
<position>footer-1</position>
<position>footer-2</position>
<position>footer-3</position>
<position>footer-4</position>
<position>footer-5</position>
<position>footer-6</position>
<position>footer-7</position>
<position>footer-8</position>
<position>footer-9</position>
<position>footer-10</position>
<position>debug</position>
</positions>
<config>
<fields name="params" addfieldpath="/plugins/system/t3/includes/depend">
<!-- Sample for add or disable template parameters -->
<!--fieldset name="menu_params" label="T3_PARAMS_MEGAMENU">
<field name="group_disable" type="t3depend" function="@group">
<option for="menu_as_bg" value="no">menu_as_bg</option>
</field>
</fieldset-->
</fields>
</config>
<updateservers>
<!-- <server type="collection">http://update.joomlart.com/service/tracking/list.xml</server> -->
</updateservers>
</extension>