-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateDetails.xml
49 lines (49 loc) · 1.67 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/2.5/template-install.dtd">
<extension version="3.0" type="template" client="site" method="upgrade">
<name>base</name>
<creationDate>2012-08-28</creationDate>
<author>Emerson Rocha Luiz</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://fititnt.org</authorUrl>
<copyright>Copyright (C) 2005 - 2012 Webdesign Assessoria em Tecnologia da Informacao.</copyright>
<license>GNU General Public License version 3. See license.txt</license>
<version>1.0RC</version>
<description>TPL_BASE_DESC</description>
<files>
<folder>html</folder>
<folder>language</folder>
<filename>index.php</filename>
<filename>index.html</filename>
<filename>templateDetails.xml</filename>
<filename>component.php</filename>
<filename>error.php</filename>
<filename>offline.php</filename>
</files>
<positions>
<position>before</position>
<position>after</position>
</positions>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.tpl_base.ini</language>
<language tag="en-GB">en-GB/en-GB.tpl_base.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="advanced">
<field
name="estilo"
type="list"
default=""
label="TPL_BASE_ESTILO"
description="TPL_BASE_ESTILO_DESC"
>
<option value="">TPL_BASE_ESTILO_OPCAO_PADRAO</option>
<option value="2">TPL_BASE_ESTILO_OPCAO_2</option>
<option value="3">TPL_BASE_ESTILO_OPCAO_3</option>
<option value="4">TPL_BASE_ESTILO_OPCAO_4</option>
</field>
</fieldset>
</fields>
</config>
</extension>