-
Notifications
You must be signed in to change notification settings - Fork 0
/
t4.xml
41 lines (38 loc) · 1.7 KB
/
t4.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="system" method="upgrade">
<name>plg_system_t4</name>
<version>1.1.0</version>
<creationDate>Aug 21, 2020</creationDate>
<author>JoomlArt</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomlart.com</authorUrl>
<copyright>Copyright (C) 2005 - 2020 JoomlArt.com</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description><![CDATA[
<div class="tpl-info">
<p>T4 Framework is powerful and advanced responsive template framework for Joomla. It is a modern, flexible and highly customizable framework to build beautiful Joomla websites easier.</p>
</div>
<style>
.tpl-info { overflow: hidden; padding: 20px 0; }
.tpl-info p { float: left; width: 60%;}
.tpl-info .btn { box-shadow: 0 2px 10px 0 rgba(0,0,0,.16); border: 0; border-radius: 3px; float: right; min-height: 52px; padding: 0 24px; line-height: 52px; transition: all .2s cubic-bezier(.4,0,.2,1); }
.tpl-info .btn span { margin-right: 12px;}
</style>
]]></description>
<files>
<filename plugin="t4">t4.php</filename>
<folder>admin</folder>
<folder>layouts</folder>
<folder>src</folder>
<folder>themes</folder>
<folder>vendor</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_t4.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_t4.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="T4 System Plugin"><![CDATA[https://raw.githubusercontent.com/themexpert/t4/master/manifest.xml]]></server>
</updateservers>
<scriptfile>t4.scripts.php</scriptfile>
</extension>