/templates/beez3/templateDetails.xml
XML | 115 lines | 99 code | 14 blank | 2 comment | 0 complexity | 7a1a37ea75415dc9ae47e178241fb653 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd"> 3<extension version="2.5" type="template" client="site"> 4 <name>beez3</name> 5 <creationDate>25 November 2009</creationDate> 6 <author>Angie Radtke</author> 7 <authorEmail>a.radtke@derauftritt.de</authorEmail> 8 <authorUrl>http://www.der-auftritt.de</authorUrl> 9 <copyright>Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.</copyright> 10 <license>GNU General Public License version 2 or later; see LICENSE.txt</license> 11 <version>2.5.0</version> 12 <description>TPL_BEEZ3_XML_DESCRIPTION</description> 13 14 <files> 15 <folder>css</folder> 16 <folder>html</folder> 17 <folder>images</folder> 18 <folder>javascript</folder> 19 <folder>fonts</folder> 20 <folder>language</folder> 21 <filename>index.html</filename> 22 <filename>index.php</filename> 23 <filename>templateDetails.xml</filename> 24 <filename>template_preview.png</filename> 25 <filename>template_thumbnail.png</filename> 26 <filename>favicon.ico</filename> 27 <filename>component.php</filename> 28 <filename>error.php</filename> 29 </files> 30 31 <positions> 32 <position>debug</position> 33 <position>position-0</position> 34 <position>position-1</position> 35 <position>position-2</position> 36 <position>position-3</position> 37 <position>position-4</position> 38 <position>position-5</position> 39 <position>position-6</position> 40 <position>position-7</position> 41 <position>position-8</position> 42 <position>position-9</position> 43 <position>position-10</position> 44 <position>position-11</position> 45 <position>position-12</position> 46 <position>position-13</position> 47 <position>position-14</position> 48 </positions> 49 50 <!-- For core templates, we also install/uninstall the language files in the core language folders. 51 --> 52 <languages folder="language"> 53 <language tag="en-GB">en-GB/en-GB.tpl_beez3.ini</language> 54 <language tag="en-GB">en-GB/en-GB.tpl_beez3.sys.ini</language> 55 </languages> 56 57 <config> 58 <fields name="params"> 59 <fieldset name="advanced"> 60 <field name="wrapperSmall" class="validate-numeric" type="text" default="53" 61 label="TPL_BEEZ3_FIELD_WRAPPERSMALL_LABEL" 62 description="TPL_BEEZ3_FIELD_WRAPPERSMALL_DESC" 63 filter="integer" /> 64 65 <field name="wrapperLarge" class="validate-numeric" type="text" default="72" 66 label="TPL_BEEZ3_FIELD_WRAPPERLARGE_LABEL" 67 description="TPL_BEEZ3_FIELD_WRAPPERLARGE_DESC" 68 filter="integer" /> 69 70 <field name="logo" type="media" 71 label="TPL_BEEZ3_FIELD_LOGO_LABEL" description="TPL_BEEZ3_FIELD_LOGO_DESC" /> 72 73 <field name="sitetitle" type="text" default="" 74 label="TPL_BEEZ3_FIELD_SITETITLE_LABEL" 75 description="TPL_BEEZ3_FIELD_SITETITLE_DESC" 76 filter="string" /> 77 78 <field name="sitedescription" type="text" default="" 79 label="TPL_BEEZ3_FIELD_DESCRIPTION_LABEL" 80 description="TPL_BEEZ3_FIELD_DESCRIPTION_DESC" 81 filter="string" /> 82 83 <field name="navposition" type="list" default="center" 84 label="TPL_BEEZ3_FIELD_NAVPOSITION_LABEL" 85 description="TPL_BEEZ3_FIELD_NAVPOSITION_DESC" 86 filter="word" 87 > 88 <option value="center">TPL_BEEZ3_OPTION_AFTER_CONTENT</option> 89 <option value="left">TPL_BEEZ3_OPTION_BEFORE_CONTENT</option> 90 </field> 91 92 <field name="templatecolor" type="list" default="nature" 93 label="TPL_BEEZ3_FIELD_TEMPLATECOLOR_LABEL" 94 description="TPL_BEEZ3_FIELD_TEMPLATECOLOR_DESC" 95 filter="word" 96 > 97 98 <option value="nature">TPL_BEEZ3_OPTION_NATURE</option> 99 <option value="personal">TPL_BEEZ3_OPTION_PERSONAL</option> 100 <option value="red">TPL_BEEZ3_OPTION_RED</option> 101 <option value="turq">TPL_BEEZ3_OPTION_TURQ</option> 102 <option value="image">TPL_BEEZ3_OPTION_IMAGE</option> 103 </field> 104 105 <field name="headerImage" type="media" 106 label="TPL_BEEZ3_FIELD_HEADER_IMAGE_LABEL" description="TPL_BEEZ3_FIELD_HEADER_IMAGE_DESC" /> 107 108 <field name="backgroundcolor" type="color" default="#eee" 109 label="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_LABEL" 110 description="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_DESC" /> 111 112 </fieldset> 113 </fields> 114 </config> 115</extension>