Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
- <extension version="3.1" type="template" client="site">
- <name>FirstTemplate</name>
- <creationDate>22 June 2014</creationDate>
- <author>Me</author>
- <authorEmail></authorEmail>
- <authorUrl></authorUrl>
- <copyright>Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.</copyright>
- <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
- <version>3.1.0</version>
- <description>TPL_FIRSTTEMPLATE_XML_DESCRIPTION</description>
- <files>
- <folder>css</folder>
- <folder>html</folder>
- <folder>images</folder>
- <folder>js</folder>
- <folder>img</folder>
- <filename>index.html</filename>
- <filename>index.php</filename>
- <filename>templateDetails.xml</filename>
- <filename>offline.php</filename>
- <filename>error.php</filename>
- </files>
- <positions>
- <position>debug</position>
- </positions>
- <!-- For core templates, we also install/uninstall the language files in the core language folders.
- -->
- <--<languages folder="language">
- <language tag="en-GB">en-GB/en-GB.tpl_beez3.ini</language>
- <language tag="en-GB">en-GB/en-GB.tpl_beez3.sys.ini</language>
- </languages>-->
- <config>
- <--<fields name="params">
- <fieldset name="advanced">
- <field name="wrapperSmall" class="validate-numeric" type="text" default="53"
- label="TPL_BEEZ3_FIELD_WRAPPERSMALL_LABEL"
- description="TPL_BEEZ3_FIELD_WRAPPERSMALL_DESC"
- filter="integer" />
- <field name="wrapperLarge" class="validate-numeric" type="text" default="72"
- label="TPL_BEEZ3_FIELD_WRAPPERLARGE_LABEL"
- description="TPL_BEEZ3_FIELD_WRAPPERLARGE_DESC"
- filter="integer" />
- <field name="logo" type="media"
- label="TPL_BEEZ3_FIELD_LOGO_LABEL" description="TPL_BEEZ3_FIELD_LOGO_DESC" />
- <field name="sitetitle" type="text" default=""
- label="TPL_BEEZ3_FIELD_SITETITLE_LABEL"
- description="TPL_BEEZ3_FIELD_SITETITLE_DESC"
- filter="string" />
- <field name="sitedescription" type="text" default=""
- label="TPL_BEEZ3_FIELD_DESCRIPTION_LABEL"
- description="TPL_BEEZ3_FIELD_DESCRIPTION_DESC"
- filter="string" />
- <field name="navposition" type="list" default="center"
- label="TPL_BEEZ3_FIELD_NAVPOSITION_LABEL"
- description="TPL_BEEZ3_FIELD_NAVPOSITION_DESC"
- filter="word"
- >
- <option value="center">TPL_BEEZ3_OPTION_AFTER_CONTENT</option>
- <option value="left">TPL_BEEZ3_OPTION_BEFORE_CONTENT</option>
- </field>
- <field name="bootstrap" type="textarea"
- label="TPL_BEEZ3_FIELD_BOOTSTRAP_LABEL"
- description="TPL_BEEZ3_FIELD_BOOTSTRAP_DESC"
- rows="4" columns="30"
- />
- <field name="templatecolor" type="list" default="nature"
- label="TPL_BEEZ3_FIELD_TEMPLATECOLOR_LABEL"
- description="TPL_BEEZ3_FIELD_TEMPLATECOLOR_DESC"
- filter="word"
- >
- <option value="nature">TPL_BEEZ3_OPTION_NATURE</option>
- <option value="personal">TPL_BEEZ3_OPTION_PERSONAL</option>
- <option value="red">TPL_BEEZ3_OPTION_RED</option>
- <option value="turq">TPL_BEEZ3_OPTION_TURQ</option>
- <option value="image">TPL_BEEZ3_OPTION_IMAGE</option>
- </field>
- <field name="headerImage" type="media"
- label="TPL_BEEZ3_FIELD_HEADER_IMAGE_LABEL" description="TPL_BEEZ3_FIELD_HEADER_IMAGE_DESC" />
- <field name="backgroundcolor" type="color" default="#eee"
- label="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_LABEL"
- description="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_DESC" />
- </fieldset>
- </fields>-->
- </config>
- </extension>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement