-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added language strings for favicon in ini-files & corrected version info
- Loading branch information
Showing
4 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/2.5/template-install.dtd"> | ||
<extension version="3.1" type="template" client="site" method="upgrade"> | ||
<name>bootstrap4</name> | ||
<version>1.1</version> | ||
<creationDate>02/10/2016</creationDate> | ||
<version>1.5</version> | ||
<creationDate>17/09/2016</creationDate> | ||
<author>Jochen Wiesel</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<copyright>Copyright (C) 2016 sniggle.me. All rights reserved.</copyright> | ||
<copyright>Copyright (C) 2017 sniggle.me. All rights reserved.</copyright> | ||
<description>TPL_BOOTSTRAP4_XML_DESCRIPTION</description> | ||
<files> | ||
<filename>component.php</filename> | ||
|
@@ -44,21 +44,21 @@ | |
<position>footer</position> | ||
</positions> | ||
<languages folder="language"> | ||
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.ini</language> | ||
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.sys.ini</language> | ||
<language tag="en-GB">en-GB/en-GB.tpl_bootstrap4.ini</language> | ||
<language tag="en-GB">en-GB/en-GB.tpl_bootstrap4.sys.ini</language> | ||
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.ini</language> | ||
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.sys.ini</language> | ||
</languages> | ||
<config> | ||
<fields name="params"> | ||
<fieldset name="advanced"> | ||
<field name="sitedescription" type="text" default="" | ||
label="JGLOBAL_DESCRIPTION" | ||
description="JGLOBAL_SUBHEADING_DESC" | ||
filter="string" /> | ||
label="JGLOBAL_DESCRIPTION" | ||
description="JGLOBAL_SUBHEADING_DESC" | ||
filter="string" /> | ||
<field name="favicon" class="" type="text" default="/templates/bootstrap4/favicon.ico" | ||
label="TPL_BOOTSTRAP4_FAVICON" | ||
description="TPL_BOOTSTRAP4_FAVICON_DESC" /> | ||
label="TPL_BOOTSTRAP4_FAVICON" | ||
description="TPL_BOOTSTRAP4_FAVICON_DESC" /> | ||
</fieldset> | ||
</fields> | ||
</config> | ||
|