-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphocamenu.xml
97 lines (83 loc) · 3.55 KB
/
phocamenu.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" method="upgrade" version="5.0">
<name>com_phocamenu</name>
<author>Jan Pavelka (www.phoca.cz)</author>
<creationDate>08/11/2024</creationDate>
<authorEmail></authorEmail>
<authorUrl>https://www.phoca.cz</authorUrl>
<copyright>Jan Pavelka</copyright>
<license>GNU/GPL</license>
<version>5.0.1</version>
<description>COM_PHOCAMENU_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<projectName>PhocaRestaurantMenu</projectName>
<install>
<sql>
<file driver="mysql" charset="utf8">install/sql/mysql/install.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">install/sql/mysql/uninstall.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">update/sql/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<folder>helpers</folder>
<folder>views</folder>
<folder>models</folder>
<filename>router2.php</filename>
<filename>phocamenu.php</filename>
<filename>index.html</filename>
<filename>router.php</filename>
<filename>controller.php</filename>
</files>
<media destination="com_phocamenu" folder="media">
<folder>duotone</folder>
<folder>css</folder>
<folder>js</folder>
<folder>images</folder>
<filename>index.html</filename>
</media>
<languages folder="admin/language">
<language tag="en-GB" client="site">en-GB/en-GB.com_phocamenu.ini</language>
<language tag="en-GB" client="site">en-GB/en-GB.com_phocamenu.sys.ini</language>
</languages>
<administration>
<menu img="media/com_phocamenu/images/administrator/icon-16-prm-menu.png" alt="COM_PHOCAMENU" link="option=com_phocamenu">COM_PHOCAMENU</menu>
<submenu>
<menu img="media/com_phocamenu/images/administrator/icon-16-prm-menu-cp.png" alt="COM_PHOCAMENU_CONTROLPANEL" view="phocamenucp" link="option=com_phocamenu">COM_PHOCAMENU_CONTROLPANEL</menu>
<menu img="media/com_phocamenu/images/administrator/icon-16-prm-menu-dm.png" alt="COM_PHOCAMENU_DAILY_MENU" view="phocamenugroups" link="option=com_phocamenu&view=phocamenugroups&type=1">COM_PHOCAMENU_DAILY_MENU</menu>
<menu img="media/com_phocamenu/images/administrator/icon-16-prm-menu-al.png" alt="COM_PHOCAMENU_ALL_ITEMS" view="phocamenuallitems" link="option=com_phocamenu&view=phocamenuallitems">COM_PHOCAMENU_ALL_ITEMS</menu>
<menu img="media/com_phocamenu/images/administrator/icon-16-prm-menu-info.png" alt="COM_PHOCAMENU_INFO" view="phocamenuinfo" link="option=com_phocamenu&view=phocamenuinfo">COM_PHOCAMENU_INFO</menu>
</submenu>
<files folder="admin">
<folder>libraries</folder>
<folder>controllers</folder>
<folder>install</folder>
<folder>update</folder>
<folder>tables</folder>
<folder>helpers</folder>
<folder>views</folder>
<folder>help</folder>
<folder>assets</folder>
<folder>models</folder>
<filename>phocamenu.php</filename>
<filename>index.html</filename>
<filename>config.xml</filename>
<filename>access.xml</filename>
<filename>controller.php</filename>
</files>
<languages folder="admin/language">
<language tag="en-GB">en-GB/en-GB.com_phocamenu.ini</language>
<language tag="en-GB">en-GB/en-GB.com_phocamenu.sys.ini</language>
</languages>
</administration>
<updateservers>
<server type="extension" name="COM_PHOCAMENU" priority="1"><![CDATA[https://raw.githubusercontent.com/PhocaCz/PhocaRestaurantMenu/master/manifest.xml]]></server>
</updateservers>
</extension>