-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.xml
More file actions
72 lines (58 loc) · 2.48 KB
/
Copy pathinstall.xml
File metadata and controls
72 lines (58 loc) · 2.48 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
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="./modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http
://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en-gb">Ads Rotation</title>
<description lang="en-gb">Displays ads and rotates them using the jQuery Cycle Plugin: http://jquery.malsup.com/cycle/</description>
<author-group>
<author>
<realname>David Colon</realname>
<username>DavidIQ</username>
<email>davidiq@phpbb.com</email>
<homepage>http://www.davidiq.com/</homepage>
<contributions-group>
<contributions status="current" position="Current Developer"></contributions>
</contributions-group>
</author>
</author-group>
<mod-version>1.0.0</mod-version>
<installation>
<level>easy</level>
<time>300</time>
<target-version>3.0.10</target-version>
</installation>
<history>
<entry>
<date>2012-07-31</date>
<rev-version>1.0.0</rev-version>
<changelog lang="en-gb">
<change>Creation</change>
</changelog>
</entry>
</history>
<link-group>
<link type="template" lang="en-gb" href="contrib/subsilver2.xml">subsilver2 Edits</link>
</link-group>
</header>
<action-group>
<copy>
<file from="root/adm/*.*" to="adm/*.*" />
<file from="root/includes/*.*" to="includes/*.*" />
<file from="root/language/en/*.*" to="language/en/*.*" />
<file from="root/umil/*.*" to="umil/*.*" />
<file from="root/styles/*.*" to="styles/*.*" />
<file from="root/install_ads_rotation.php" to="install_ads_rotation.php" />
</copy>
<open src="styles/prosilver/template/overall_header.html">
<edit>
<find><![CDATA[</head>]]></find>
<action type="after-add"><![CDATA[<!-- INCLUDE mods/ads_rotation.html -->]]></action>
</edit>
</open>
<php-installer>install_ads_rotation.php</php-installer>
<diy-instructions lang="en-gb">Remember to refresh your template(s) and purge your cache.</diy-instructions>
</action-group>
</mod>