Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04772c269f | |||
| b230575be8 |
BIN
releases/slt-1.1.1.tar.gz
Normal file
BIN
releases/slt-1.1.1.tar.gz
Normal file
Binary file not shown.
21
releases/slt-1.1.1.xml
Normal file
21
releases/slt-1.1.1.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<update>
|
||||
<name>SLT Template</name>
|
||||
<description>Template for the SLT for the Joomla! CMS</description>
|
||||
<element>slt</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>1.1.1</version>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.1.1.tar.gz</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<!-- <tag>stable</tag> -->
|
||||
<tag>rc</tag>
|
||||
<!--<tag>beta</tag>-->
|
||||
<!--<tag>alpha</tag>-->
|
||||
<!--<tag>dev</tag>-->
|
||||
</tags>
|
||||
<maintainer>Christian Wolf</maintainer>
|
||||
<targetplatform name="joomla" version="4[.].*"/>
|
||||
<sha512>f54b25670ae1ed6ed1fd0712c02a47bc040526679a9a2abe09be4982afb67ec819493d25075c90fc13f23f3bea8734156e83705c2003e236b6b65fef39b1a39c</sha512>
|
||||
</update>
|
||||
@@ -73,16 +73,10 @@
|
||||
|
||||
<field type="spacer" name="menu-colors" label="Menu colors" />
|
||||
<field name="fgcolor1" type='color' default='#000' label='TPL_SLT_FOREGROUND_COLOR_1'></field>
|
||||
<field name="licolor1" type='color' default='#222' label='TPL_SLT_LINK_COLOR_1'></field>
|
||||
<field name="bgcolor1" type='color' default='#ddd' label='TPL_SLT_BACKGROUND_COLOR_1' format='rgba'></field>
|
||||
<field type="spacer" name="spacer1" hr="true" />
|
||||
<field name="fgcolor2" type='color' default='#000' label='TPL_SLT_FOREGROUND_COLOR_2'></field>
|
||||
<field name="licolor2" type='color' default='#222' label='TPL_SLT_LINK_COLOR_2'></field>
|
||||
<field name="bgcolor2" type='color' default='#bbb' label='TPL_SLT_BACKGROUND_COLOR_2' format='rgba'></field>
|
||||
<field type="spacer" name="spacer2" hr="true" />
|
||||
<field name="fgcolor3" type='color' default='#000' label='TPL_SLT_FOREGROUND_COLOR_3'></field>
|
||||
<field name="licolor3" type='color' default='#222' label='TPL_SLT_LINK_COLOR_3'></field>
|
||||
<field name="bgcolor3" type='color' default='#888' label='TPL_SLT_BACKGROUND_COLOR_3' format='rgba'></field>
|
||||
|
||||
<field type="spacer" name="effect-colors" label="Effect coloring" />
|
||||
<field name="fgeffect" type="color" default="#000" label="TPL_SLT_FOREGROUND_EFFECT_COLOR"></field>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0
|
||||
1
|
||||
|
||||
@@ -59,7 +59,6 @@ $rightImageValue = empty($params['imgright'])
|
||||
--color-effect-header: <?php echo $params['fgeffecthdr']; ?>;
|
||||
--color-effect-background-header: <?php echo $params['bgeffecthdr']; ?>;
|
||||
|
||||
|
||||
--color-side-background: <?php echo $params['bgcolorside']; ?>;
|
||||
--image-left-side: <?php echo $leftImageValue; ?>;
|
||||
--image-right-side: <?php echo $rightImageValue; ?>;
|
||||
|
||||
Reference in New Issue
Block a user