forked from hr-it-solutions/DD_J_com_gmaps_locations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dd_gmaps_locations.xml
103 lines (95 loc) · 4.4 KB
/
dd_gmaps_locations.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8" ?>
<extension type="component" version="3.5.0" method="upgrade">
<name>com_dd_gmaps_locations</name>
<version>1.1.2.0</version>
<creationDate>25.02.2017</creationDate>
<author>HR-IT-Solutions Florian Häusler</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.hr-it-solutions.com</authorUrl>
<copyright>Copyright (C) 2011 - 2019 HR-IT-Solutions GmbH</copyright>
<license>GNU/GPLv2 only</license>
<description>COM_DD_GMAPS_LOCATIONS_XML_DESCRIPTION</description>
<!-- Runs on install -->
<scriptfile>script.php</scriptfile>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<!-- Runs on uninstall-->
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<!-- Runs on update -->
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>controller.php</filename>
<filename>router.php</filename>
<filename>dd_gmaps_locations.php</filename>
<folder>helpers</folder>
<folder>language</folder>
<folder>models</folder>
<folder>views</folder>
</files>
<languages folder="site">
<language tag="en-GB">language/en-GB/en-GB.com_dd_gmaps_locations.ini</language>
<language tag="de-DE">language/de-DE/de-DE.com_dd_gmaps_locations.ini</language>
</languages>
<administration>
<menu view="default">COM_DD_GMAPS_LOCATIONS</menu>
<submenu>
<!-- Dashboard -->
<menu link="option=com_dd_gmaps_locations" img="class:generic"
alt="DD_GMaps_Locations">COM_DD_GMAPS_LOCATIONS_MENU_SUBMENU_DASHBOARD</menu>
<!-- Locations -->
<menu link="option=com_dd_gmaps_locations&view=locations" view="locations" img="class:generic"
alt="DD_GMaps_Locations/Locations">COM_DD_GMAPS_LOCATIONS_MENU_SUBMENU_LOCATIONS</menu>
<!-- Categories -->
<menu link="option=com_categories&extension=com_dd_gmaps_locations" view="categories" img="class:categories"
alt="DD_GMaps_Locations/Categories">JCATEGORIES</menu>
<!-- Markers -->
<menu link="option=com_dd_gmaps_locations&view=markers" view="markers" img="class:generic"
alt="DD_GMaps_Locations/Markers">COM_DD_GMAPS_LOCATIONS_MENU_SUBMENU_MARKERS</menu>
<!-- Extensions -->
<menu link="option=com_dd_gmaps_locations&view=extensions" view="markers" img="class:generic"
alt="DD_GMaps_Locations/Extensions">COM_DD_GMAPS_LOCATIONS_MENU_SUBMENU_EXTENSIONS</menu>
<!-- Help -->
<menu link="option=com_dd_gmaps_locations&view=help" view="markers" img="class:generic"
alt="DD_GMaps_Locations/Help">COM_DD_GMAPS_LOCATIONS_MENU_SUBMENU_HELP</menu>
</submenu>
<files folder="admin">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>dd_gmaps_locations.php</filename>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
<languages folder="admin">
<language tag="en-GB">language/en-GB/en-GB.com_dd_gmaps_locations.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_dd_gmaps_locations.sys.ini</language>
<language tag="de-DE">language/de-DE/de-DE.com_dd_gmaps_locations.ini</language>
<language tag="de-DE">language/de-DE/de-DE.com_dd_gmaps_locations.sys.ini</language>
</languages>
</administration>
<media destination="com_dd_gmaps_locations" folder="media">
<folder>css</folder>
<folder>img</folder>
<folder>js</folder>
</media>
<!-- Update servers -->
<updateservers>
<server type="collection" priority="1" name="HR IT-Solutions Updates">http://www.hr-it-solutions.com/jextensions/update.xml</server>
</updateservers>
</extension>