-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcom_qatdatabase.xml
More file actions
75 lines (70 loc) · 2.43 KB
/
com_qatdatabase.xml
File metadata and controls
75 lines (70 loc) · 2.43 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8" ?>
<extension type="component" version="3.0" method="upgrade">
<name>COM_QATDATABASE</name>
<creationDate>February 2015</creationDate>
<author>cprojects.org</author>
<authorEmail>joomla@cprojects.org</authorEmail>
<authorUrl>http://cprojects.org/</authorUrl>
<copyright>Copyright (C) 2015-2017 cprojects.org. All rights reserved.</copyright>
<license>General Public License version 3 or later; see LICENSE.txt</license>
<version>0.2-beta</version>
<description>COM_QATDATABASE_DESC</description>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>qatdatabase.php</filename>
<filename>controller.php</filename>
<filename>router.php</filename>
<folder>controllers</folder>
<folder>views</folder>
<folder>models</folder>
<folder>css</folder>
</files>
<languages folder="site">
<language tag="en-GB">language/en-GB/en-GB.com_qatdatabase.ini</language>
</languages>
<administration>
<menu link="option=com_qatdatabase">COM_QATDATABASE</menu>
<submenu>
<menu link="option=com_qatdatabase&view=items">COM_QATDATABASE_ITEMS</menu>
<menu link="option=com_qatdatabase&view=fields">COM_QATDATABASE_FIELDS</menu>
<menu link="option=com_qatdatabase&view=layout">COM_QATDATABASE_LAYOUT_CONTROL</menu>
<menu link="option=com_categories&extension=com_qatdatabase">COM_QATDATABASE_ITEMS_CATEGORIES</menu>
</submenu>
<files folder="admin">
<filename>qatdatabase.php</filename>
<filename>controller.php</filename>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>LICENSE.txt</filename>
<folder>sql</folder>
<folder>css</folder>
<folder>tables</folder>
<folder>models</folder>
<folder>views</folder>
<folder>controllers</folder>
<folder>helpers</folder>
</files>
<languages folder="admin">
<language tag="en-GB">language/en-GB/en-GB.com_qatdatabase.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_qatdatabase.sys.ini</language>
</languages>
</administration>
<media destination="com_qatdatabase" folder="media">
<folder>images</folder>
<folder>uploads</folder>
</media>
</extension>