-
Notifications
You must be signed in to change notification settings - Fork 7
/
citybranding.xml
81 lines (78 loc) · 3.97 KB
/
citybranding.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
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
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.0" method="upgrade">
<name>com_citybranding</name>
<creationDate>2015-02-03</creationDate>
<copyright>Copyright (C) 2015. All rights reserved.</copyright>
<license>GNU AFFERO GENERAL PUBLIC LICENSE Version 3; see LICENSE</license>
<author>Ioannis Tsampoulatidis</author>
<authorEmail>tsampoulatidis@gmail.com</authorEmail>
<authorUrl>https://github.com/itsam</authorUrl>
<version>3.0.2</version>
<description>COM_CITYBRANDING_XML_DESCRIPTION</description>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<scriptfile>script.php</scriptfile>
<files folder="site">
<filename>index.html</filename>
<filename>citybranding.php</filename>
<filename>controller.php</filename>
<filename>router.php</filename>
<folder>views</folder>
<folder>models</folder>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>assets</folder>
</files>
<languages folder="site">
<language tag="en-GB">language/en-GB/en-GB.com_citybranding.ini</language>
<language tag="el-GR">language/el-GR/el-GR.com_citybranding.ini</language>
</languages>
<administration>
<menu img="components/com_citybranding/assets/images/s_com_citybranding.png" >COM_CITYBRANDING</menu>
<submenu>
<menu link="option=com_citybranding&view=pois" view="pois" img="components/com_citybranding/assets/images/s_pois.png" alt="Citybranding/Pois">COM_CITYBRANDING_TITLE_POIS</menu>
<menu link="option=com_categories&extension=com_citybranding" view="categories" img="components/com_citybranding/assets/images/s_pois.png" alt="Citybranding/Categories">COM_CITYBRANDING_POIS_CATID</menu>
<menu link="option=com_citybranding&view=classifications" view="classifications" img="components/com_citybranding/assets/images/s_classifications.png" alt="Citybranding/Classifications">COM_CITYBRANDING_TITLE_CLASSIFICATIONS</menu>
<menu link="option=com_citybranding&view=brands" view="brands" img="components/com_citybranding/assets/images/s_brands.png" alt="Citybranding/Brands">COM_CITYBRANDING_TITLE_BRANDS</menu>
<menu link="option=com_citybranding&view=areas" view="areas" img="components/com_citybranding/assets/images/s_areas.png" alt="Citybranding/Areas">COM_CITYBRANDING_TITLE_AREAS</menu>
</submenu>
<files folder="administrator">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>citybranding.php</filename>
<folder>controllers</folder>
<folder>assets</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
<folder>language</folder>
</files>
<languages folder="administrator">
<language tag="en-GB">language/en-GB/en-GB.com_citybranding.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_citybranding.sys.ini</language>
<language tag="el-GR">language/el-GR/el-GR.com_citybranding.ini</language>
<language tag="el-GR">language/el-GR/el-GR.com_citybranding.sys.ini</language>
</languages>
</administration>
<plugins>
<plugin group="search" plugin="citybranding"/>
<plugin group="content" plugin="citybranding"/>
<plugin group="citybranding" plugin="mail_notifier"/>
</plugins>
<modules>
<module module="mod_citybrandingmap" />
<module module="mod_citybrandingfilters" />
</modules>
</extension>