-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblankcontent.xml
executable file
·41 lines (41 loc) · 1.76 KB
/
blankcontent.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 type="component" version="3.0" method="upgrade">
<name>com_blankcontent</name>
<creationDate>2017-04-04</creationDate>
<copyright>2017 Tony Partridge - Xtech Web Services Ltd</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<author>Tony Partridge</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.xws.im</authorUrl>
<version>1.0.1</version>
<description>A basic component to allow you to have a clear content area. To load a page completely of modules in most cases.</description>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<files folder="site">
<filename>index.html</filename>
<filename>blankcontent.php</filename>
<filename>controller.php</filename>
<filename>router.php</filename>
<folder>views</folder>
<folder>controllers</folder>
</files>
<administration>
<files folder="administrator">
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>blankcontent.php</filename>
<folder>sql</folder>
</files>
<languages folder="languages/administrator">
<language tag="en-GB">en-GB/en-GB.com_blankcontent.ini</language>
<language tag="en-GB">en-GB/en-GB.com_blankcontent.sys.ini</language>
</languages>
</administration>
<updateservers>
<server type="extension" priority="2" name="Blank Content">http://updates.xws.im/com_blankcontent/com_blankcontent.xml</server>
</updateservers>
</extension>