/templates/beez3/templateDetails.xml

https://bitbucket.org/eternaware/joomus · XML · 115 lines · 99 code · 14 blank · 2 comment · 0 complexity · 7a1a37ea75415dc9ae47e178241fb653 MD5 · raw file

  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. <files>
  14. <folder>css</folder>
  15. <folder>html</folder>
  16. <folder>images</folder>
  17. <folder>javascript</folder>
  18. <folder>fonts</folder>
  19. <folder>language</folder>
  20. <filename>index.html</filename>
  21. <filename>index.php</filename>
  22. <filename>templateDetails.xml</filename>
  23. <filename>template_preview.png</filename>
  24. <filename>template_thumbnail.png</filename>
  25. <filename>favicon.ico</filename>
  26. <filename>component.php</filename>
  27. <filename>error.php</filename>
  28. </files>
  29. <positions>
  30. <position>debug</position>
  31. <position>position-0</position>
  32. <position>position-1</position>
  33. <position>position-2</position>
  34. <position>position-3</position>
  35. <position>position-4</position>
  36. <position>position-5</position>
  37. <position>position-6</position>
  38. <position>position-7</position>
  39. <position>position-8</position>
  40. <position>position-9</position>
  41. <position>position-10</position>
  42. <position>position-11</position>
  43. <position>position-12</position>
  44. <position>position-13</position>
  45. <position>position-14</position>
  46. </positions>
  47. <!-- For core templates, we also install/uninstall the language files in the core language folders.
  48. -->
  49. <languages folder="language">
  50. <language tag="en-GB">en-GB/en-GB.tpl_beez3.ini</language>
  51. <language tag="en-GB">en-GB/en-GB.tpl_beez3.sys.ini</language>
  52. </languages>
  53. <config>
  54. <fields name="params">
  55. <fieldset name="advanced">
  56. <field name="wrapperSmall" class="validate-numeric" type="text" default="53"
  57. label="TPL_BEEZ3_FIELD_WRAPPERSMALL_LABEL"
  58. description="TPL_BEEZ3_FIELD_WRAPPERSMALL_DESC"
  59. filter="integer" />
  60. <field name="wrapperLarge" class="validate-numeric" type="text" default="72"
  61. label="TPL_BEEZ3_FIELD_WRAPPERLARGE_LABEL"
  62. description="TPL_BEEZ3_FIELD_WRAPPERLARGE_DESC"
  63. filter="integer" />
  64. <field name="logo" type="media"
  65. label="TPL_BEEZ3_FIELD_LOGO_LABEL" description="TPL_BEEZ3_FIELD_LOGO_DESC" />
  66. <field name="sitetitle" type="text" default=""
  67. label="TPL_BEEZ3_FIELD_SITETITLE_LABEL"
  68. description="TPL_BEEZ3_FIELD_SITETITLE_DESC"
  69. filter="string" />
  70. <field name="sitedescription" type="text" default=""
  71. label="TPL_BEEZ3_FIELD_DESCRIPTION_LABEL"
  72. description="TPL_BEEZ3_FIELD_DESCRIPTION_DESC"
  73. filter="string" />
  74. <field name="navposition" type="list" default="center"
  75. label="TPL_BEEZ3_FIELD_NAVPOSITION_LABEL"
  76. description="TPL_BEEZ3_FIELD_NAVPOSITION_DESC"
  77. filter="word"
  78. >
  79. <option value="center">TPL_BEEZ3_OPTION_AFTER_CONTENT</option>
  80. <option value="left">TPL_BEEZ3_OPTION_BEFORE_CONTENT</option>
  81. </field>
  82. <field name="templatecolor" type="list" default="nature"
  83. label="TPL_BEEZ3_FIELD_TEMPLATECOLOR_LABEL"
  84. description="TPL_BEEZ3_FIELD_TEMPLATECOLOR_DESC"
  85. filter="word"
  86. >
  87. <option value="nature">TPL_BEEZ3_OPTION_NATURE</option>
  88. <option value="personal">TPL_BEEZ3_OPTION_PERSONAL</option>
  89. <option value="red">TPL_BEEZ3_OPTION_RED</option>
  90. <option value="turq">TPL_BEEZ3_OPTION_TURQ</option>
  91. <option value="image">TPL_BEEZ3_OPTION_IMAGE</option>
  92. </field>
  93. <field name="headerImage" type="media"
  94. label="TPL_BEEZ3_FIELD_HEADER_IMAGE_LABEL" description="TPL_BEEZ3_FIELD_HEADER_IMAGE_DESC" />
  95. <field name="backgroundcolor" type="color" default="#eee"
  96. label="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_LABEL"
  97. description="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_DESC" />
  98. </fieldset>
  99. </fields>
  100. </config>
  101. </extension>