This repository has been archived by the owner on May 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmsnotification.xml
executable file
·38 lines (36 loc) · 1.67 KB
/
smsnotification.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.3" method="upgrade">
<name>SMS Notification</name>
<!-- The following elements are optional and free of formatting constraints -->
<creationDate>April 2021</creationDate>
<author>Pejman Kheyri</author>
<license></license>
<!-- The version string is recorded in the components table -->
<version>1.0.1</version>
<!-- The description is optional and defaults to the name -->
<description>SMS Notification plugin for Joomla</description>
<update><!-- Runs on update; New since J2.5 -->
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<administration>
<!-- Administration Menu Section -->
<menu link='index.php?option=com_smsnotification'>COM_IPESMS_MENU</menu>
<!-- Administration Main File Copy Section -->
<!-- Note the folder attribute: This attribute describes the folder to copy FROM in the package to install therefore files copied in this section are copied from /admin/ in the package -->
<files folder="admin">
<!-- Admin Main File Copy Section -->
<filename>index.html</filename>
<filename>smsnotification.php</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<!-- SQL files section -->
<folder>sql</folder>
<folder>views</folder>
<folder>language</folder>
<folder>models</folder>
<folder>controllers</folder>
</files>
</administration>
</extension>