You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
3.5 KiB
136 lines
3.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="template" client="site" method="upgrade">
|
|
<name>facile</name>
|
|
<creationDate>[DATE]</creationDate>
|
|
<author>[AUTHOR]</author>
|
|
<authorEmail>[AUTHOR_EMAIL]</authorEmail>
|
|
<authorUrl>[AUTHOR_URL]</authorUrl>
|
|
<copyright>[COPYRIGHT]</copyright>
|
|
<license>GNU General Public License version 2 or later;</license>
|
|
<version>__BUMP_VERSION__</version>
|
|
<description>TPL_FACILE_XML_DESCRIPTION</description>
|
|
<inheritable>1</inheritable>
|
|
|
|
<files>
|
|
<filename>component.php</filename>
|
|
<filename>error.php</filename>
|
|
<filename>index.php</filename>
|
|
<filename>offline.php</filename>
|
|
<filename>templateDetails.xml</filename>
|
|
<folder>html</folder>
|
|
<folder>language</folder>
|
|
</files>
|
|
<media destination="templates/site/facile" folder="media/templates/site/facile">
|
|
<folder>js</folder>
|
|
<folder>css</folder>
|
|
<folder>sass</folder>
|
|
<folder>webfonts</folder>
|
|
<folder>images</folder>
|
|
</media>
|
|
<positions>
|
|
<position>topbar</position>
|
|
<position>below-top</position>
|
|
<position>menu</position>
|
|
<position>search</position>
|
|
<position>banner</position>
|
|
<position>top-a</position>
|
|
<position>top-b</position>
|
|
<position>main-top</position>
|
|
<position>main-bottom</position>
|
|
<position>breadcrumbs</position>
|
|
<position>sidebar-left</position>
|
|
<position>sidebar-right</position>
|
|
<position>bottom-a</position>
|
|
<position>bottom-b</position>
|
|
<position>footer</position>
|
|
<position>debug</position>
|
|
</positions>
|
|
<config>
|
|
<fields name="params">
|
|
<fieldset name="banner" label="TPL_FACILE_BANNER_FIELDSET_LABEL" description="TPL_FACILE_BANNER_FIELDSET_DESC">
|
|
<field
|
|
name="showBanner"
|
|
type="radio"
|
|
label="TPL_FACILE_BANNER_LABEL"
|
|
layout="joomla.form.field.radio.switcher"
|
|
default="0"
|
|
filter="integer"
|
|
>
|
|
<option value="0">JNO</option>
|
|
<option value="1">JYES</option>
|
|
</field>
|
|
|
|
<field
|
|
name="bannerTitle"
|
|
type="text"
|
|
default="Welcome to the Joomla version of TXT by HTML5 UP"
|
|
label="TPL_FACILE_BANNER_TITLE"
|
|
filter="string"
|
|
showon="showBanner:1"
|
|
/>
|
|
|
|
<field
|
|
name="bannerDescription"
|
|
type="text"
|
|
default="A free responsive site template built on HTML5, CSS3, and some other stuff"
|
|
label="TPL_FACILE_BANNER_TAGLINE"
|
|
filter="string"
|
|
showon="showBanner:1"
|
|
/>
|
|
|
|
<field
|
|
name="bannerButton"
|
|
type="text"
|
|
default="Alright let's go"
|
|
label="TPL_FACILE_BANNER_BUTTON"
|
|
filter="string"
|
|
showon="showBanner:1"
|
|
/>
|
|
</fieldset>
|
|
<fieldset name="footer" label="TPL_FACILE_FOOTER_FIELDSET_LABEL" description="TPL_FACILE_FOOTER_FIELDSET_DESC">
|
|
<field
|
|
name="showFooter"
|
|
type="radio"
|
|
label="TPL_FACILE_FOOTER_LABEL"
|
|
layout="joomla.form.field.radio.switcher"
|
|
default="0"
|
|
filter="integer"
|
|
>
|
|
<option value="0">JNO</option>
|
|
<option value="1">JYES</option>
|
|
</field>
|
|
|
|
<field
|
|
name="showFooterTouchFields"
|
|
type="subform"
|
|
label="TPL_FACILE_GET_IN_TOUCH"
|
|
multiple="true"
|
|
max="10"
|
|
showon="showFooter:1"
|
|
>
|
|
<form>
|
|
<field
|
|
name="touchsubname"
|
|
type="text"
|
|
label="TPL_FACILE_GET_IN_TOUCH_SUBNAME"
|
|
/>
|
|
<field
|
|
name="touchsubicon"
|
|
type="text"
|
|
label="TPL_FACILE_GET_IN_TOUCH_SUBICON"
|
|
/>
|
|
<field
|
|
name="touchsuburl"
|
|
type="url"
|
|
label="TPL_FACILE_GET_IN_TOUCH_SUBURL"
|
|
size="30"
|
|
filter="url"
|
|
validate="url"
|
|
/>
|
|
</form>
|
|
</field>
|
|
</fieldset>
|
|
</fields>
|
|
</config>
|
|
</extension>
|