Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  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="3.1" type="template" client="site">
  4. <name>FirstTemplate</name>
  5. <creationDate>22 June 2014</creationDate>
  6. <author>Me</author>
  7. <authorEmail></authorEmail>
  8. <authorUrl></authorUrl>
  9. <copyright>Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.</copyright>
  10. <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
  11. <version>3.1.0</version>
  12. <description>TPL_FIRSTTEMPLATE_XML_DESCRIPTION</description>
  13.  
  14. <files>
  15. <folder>css</folder>
  16. <folder>html</folder>
  17. <folder>images</folder>
  18. <folder>js</folder>
  19. <folder>img</folder>
  20. <filename>index.html</filename>
  21. <filename>index.php</filename>
  22. <filename>templateDetails.xml</filename>
  23. <filename>offline.php</filename>
  24. <filename>error.php</filename>
  25. </files>
  26.  
  27. <positions>
  28. <position>debug</position>
  29. </positions>
  30.  
  31. <!-- For core templates, we also install/uninstall the language files in the core language folders.
  32. -->
  33. <--<languages folder="language">
  34. <language tag="en-GB">en-GB/en-GB.tpl_beez3.ini</language>
  35. <language tag="en-GB">en-GB/en-GB.tpl_beez3.sys.ini</language>
  36. </languages>-->
  37.  
  38. <config>
  39. <--<fields name="params">
  40. <fieldset name="advanced">
  41. <field name="wrapperSmall" class="validate-numeric" type="text" default="53"
  42. label="TPL_BEEZ3_FIELD_WRAPPERSMALL_LABEL"
  43. description="TPL_BEEZ3_FIELD_WRAPPERSMALL_DESC"
  44. filter="integer" />
  45.  
  46. <field name="wrapperLarge" class="validate-numeric" type="text" default="72"
  47. label="TPL_BEEZ3_FIELD_WRAPPERLARGE_LABEL"
  48. description="TPL_BEEZ3_FIELD_WRAPPERLARGE_DESC"
  49. filter="integer" />
  50.  
  51. <field name="logo" type="media"
  52. label="TPL_BEEZ3_FIELD_LOGO_LABEL" description="TPL_BEEZ3_FIELD_LOGO_DESC" />
  53.  
  54. <field name="sitetitle" type="text" default=""
  55. label="TPL_BEEZ3_FIELD_SITETITLE_LABEL"
  56. description="TPL_BEEZ3_FIELD_SITETITLE_DESC"
  57. filter="string" />
  58.  
  59. <field name="sitedescription" type="text" default=""
  60. label="TPL_BEEZ3_FIELD_DESCRIPTION_LABEL"
  61. description="TPL_BEEZ3_FIELD_DESCRIPTION_DESC"
  62. filter="string" />
  63.  
  64. <field name="navposition" type="list" default="center"
  65. label="TPL_BEEZ3_FIELD_NAVPOSITION_LABEL"
  66. description="TPL_BEEZ3_FIELD_NAVPOSITION_DESC"
  67. filter="word"
  68. >
  69. <option value="center">TPL_BEEZ3_OPTION_AFTER_CONTENT</option>
  70. <option value="left">TPL_BEEZ3_OPTION_BEFORE_CONTENT</option>
  71. </field>
  72.  
  73. <field name="bootstrap" type="textarea"
  74. label="TPL_BEEZ3_FIELD_BOOTSTRAP_LABEL"
  75. description="TPL_BEEZ3_FIELD_BOOTSTRAP_DESC"
  76. rows="4" columns="30"
  77. />
  78.  
  79. <field name="templatecolor" type="list" default="nature"
  80. label="TPL_BEEZ3_FIELD_TEMPLATECOLOR_LABEL"
  81. description="TPL_BEEZ3_FIELD_TEMPLATECOLOR_DESC"
  82. filter="word"
  83. >
  84. <option value="nature">TPL_BEEZ3_OPTION_NATURE</option>
  85. <option value="personal">TPL_BEEZ3_OPTION_PERSONAL</option>
  86. <option value="red">TPL_BEEZ3_OPTION_RED</option>
  87. <option value="turq">TPL_BEEZ3_OPTION_TURQ</option>
  88. <option value="image">TPL_BEEZ3_OPTION_IMAGE</option>
  89. </field>
  90.  
  91. <field name="headerImage" type="media"
  92. label="TPL_BEEZ3_FIELD_HEADER_IMAGE_LABEL" description="TPL_BEEZ3_FIELD_HEADER_IMAGE_DESC" />
  93.  
  94. <field name="backgroundcolor" type="color" default="#eee"
  95. label="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_LABEL"
  96. description="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_DESC" />
  97.  
  98. </fieldset>
  99. </fields>-->
  100. </config>
  101. </extension>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement