-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-info.xml
More file actions
32 lines (32 loc) · 1.74 KB
/
package-info.xml
File metadata and controls
32 lines (32 loc) · 1.74 KB
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
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.elkarte.net/site/package-info">
<package-info xmlns="http://www.elkarte.net/site/package-info" xmlns:elk="http://www.elkarte.net/">
<license><![CDATA[
/**
* Google Analytics tracking
*
* @author emanuele
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* @version 0.0.1
*/
]]></license>
<id>emanuele:ga_tracking</id>
<name>Google Analytics tracking</name>
<version>0.0.1</version>
<type>modification</type>
<install for="1.0 - 1.0.99">
<require-file name="GAnalytics.integrate.php" destination="SOURCEDIR" />
<require-file name="GAnalytics.english.php" destination="LANGUAGEDIR/english" />
<hook hook="integrate_load_theme" file="SOURCEDIR/GAnalytics.integrate.php" function="GAnalytics_Integrate::load_theme" />
<hook hook="integrate_general_mod_settings" file="SOURCEDIR/GAnalytics.integrate.php" function="GAnalytics_Integrate::general_mod_settings" />
<hook hook="integrate_save_general_mod_settings" file="SOURCEDIR/GAnalytics.integrate.php" function="GAnalytics_Integrate::save_general_mod_settings" />
</install>
<uninstall for="1.0 - 1.0.99">
<remove-file name="SOURCEDIR/GAnalytics.integrate.php" />
<remove-file name="LANGUAGEDIR/english/GAnalytics.english.php" />
<hook reverse="true" hook="integrate_load_theme" file="SOURCEDIR/GAnalytics.integrate.php" function="GAnalytics_Integrate::load_theme" />
<hook reverse="true" hook="integrate_general_mod_settings" file="SOURCEDIR/GAnalytics.integrate.php" function="GAnalytics_Integrate::general_mod_settings" />
<hook reverse="true" hook="integrate_save_general_mod_settings" file="SOURCEDIR/GAnalytics.integrate.php" function="GAnalytics_Integrate::save_general_mod_settings" />
</uninstall>
</package-info>