-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththorhospedaje.xml
82 lines (79 loc) · 2.8 KB
/
thorhospedaje.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">
<!-- Se debe colocar esto <name>com_thor_hospedaje</name> -->
<name>com_thorhospedaje</name>
<author>Leonardo Alviarez, Edén Arreaza</author>
<creationDate>July 2013</creationDate>
<copyright>Copyright (C) 2013. All rights reserved.</copyright>
<license>GNU General Public License version 3, or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl></authorUrl>
<version>0.0.6</version>
<description>TH_XML_DESCRIPTION</description>
<!-- Runs on install -->
<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>
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>thorhospedaje.php</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>views</folder>
</files>
<languages folder="site">
<language tag="es-ES">language/es-ES/es-ES.com_thorhospedaje.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_thorhospedaje.ini</language>
<language tag="pt-BR">language/pt-BR/pt-BR.com_thorhospedaje.ini</language>
</languages>
<media folder="media" destination="com_thorhospedaje">
<folder>css</folder>
<folder>js</folder>
<folder>images</folder>
</media>
<administration>
<menu>TH_MENU</menu>
<submenu>
<!--
Note that all & must be escaped to & for the file to be valid
XML and be parsed by the installer
-->
<menu link="option=com_thorhospedaje&view=countries" view="countries">TH_MENU_COUNTRIES</menu>
<menu link="option=com_thorhospedaje&view=states" view="states">TH_MENU_STATES</menu>
<menu link="option=com_thorhospedaje&view=assets" view="assets">TH_MENU_ASSETS</menu>
<menu link="option=com_thorhospedaje&view=rooms" view="rooms">TH_MENU_ROOMS</menu>
</submenu>
<files folder="admin">
<!-- <filename>access.xml</filename> -->
<filename>thorhospedaje.php</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>tables</folder>
<folder>views</folder>
<folder>sql</folder>
</files>
<languages folder="admin">
<language tag="es-ES">language/es-ES/es-ES.com_thorhospedaje.ini</language>
<language tag="es-ES">language/es-ES/es-ES.com_thorhospedaje.sys.ini</language>
</languages>
</administration>
</extension>