-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiscrizioni.xml
67 lines (61 loc) · 2.59 KB
/
iscrizioni.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5" method="upgrade">
<name>com_iscrizioni</name>
<creationDate>2014-05-10</creationDate>
<copyright>Copyright (C) 2013. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<author>Gianni</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://yetopen.it</authorUrl>
<version>1.0.0</version>
<description>Componente per la gestione delle iscrizioni ad un evento.</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>
<files folder="site">
<filename>index.html</filename>
<filename>iscrizioni.php</filename>
<filename>controller.php</filename>
<filename>router.php</filename>
<folder>views</folder>
<folder>models</folder>
<folder>controllers</folder>
<folder>helpers</folder>
</files>
<languages folder="site">
<language tag="it-IT">language/it-IT.com_iscrizioni.ini</language>
</languages>
<administration>
<menu img="components/com_iscrizioni/assets/images/s_com_iscrizioni.png" >COM_ISCRIZIONI</menu>
<submenu>
<menu link="option=com_iscrizioni&view=iscrizioni" view="iscrizioni" img="components/com_iscrizioni/assets/images/s_iscrizioni.png" alt="Iscrizioni/Iscrizioni">COM_ISCRIZIONI_TITLE_ISCRIZIONI</menu>
</submenu>
<files folder="administrator">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>iscrizioni.php</filename>
<folder>controllers</folder>
<folder>assets</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
<languages folder="administrator">
<language tag="it-IT">language/it-IT.com_iscrizioni.ini</language>
<language tag="it-IT">language/it-IT.com_iscrizioni.sys.ini</language>
</languages>
</administration>
</extension>
<!-- Component built by the Joomla Component Creator -->
<!-- http://www.component-creator.com/ -->