forked from EXreaction/Advertisement-Management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubsilver2.xml
73 lines (67 loc) · 2.95 KB
/
subsilver2.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
<?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">Advertisement Management</title>
<description lang="en">Adds an easy to use Advertisement Manager to a phpBB3 forum.</description>
<author-notes lang="en"></author-notes>
<author-group>
<author>
<username>EXreaction</username>
<realname>Nathan Guse</realname>
</author>
</author-group>
<mod-version>1.0.12-pl1</mod-version>
<installation>
<level>easy</level>
<time>120</time>
<target-version>3.0.7-pl1</target-version>
</installation>
<link-group>
<link type="parent" href="install.xml" lang="en">Advertisement Management</link>
<link type="text" href="contrib/[How To] Add Positions.txt" lang="en">How to add positions tutorial</link>
</link-group>
</header>
<action-group>
<open src="styles/subsilver2/template/overall_footer.html">
<edit>
<find><![CDATA[</div>]]></find>
<action type="after-add"><![CDATA[<!-- IF ADS_7 -->{ADS_7}<br /><br /><!-- ENDIF -->]]></action>
</edit>
<edit>
<find><![CDATA[</body>]]></find>
<action type="before-add"><![CDATA[<!-- IF ADS_8 --><br />{ADS_8}<!-- ENDIF -->]]></action>
</edit>
</open>
<open src="styles/subsilver2/template/overall_header.html">
<edit>
<find><![CDATA[</head>]]></find>
<action type="before-add"><![CDATA[<!-- INCLUDE ads/ads.js -->]]></action>
</edit>
<edit>
<find><![CDATA[<div id="wrapheader">]]></find>
<action type="after-add"><![CDATA[ <!-- IF ADS_1 -->{ADS_1}<br /><!-- ENDIF -->]]></action>
</edit>
<edit>
<find><![CDATA[<div id="wrapcentre">]]></find>
<action type="before-add"><![CDATA[<!-- IF ADS_2 -->{ADS_2}<br /><!-- ENDIF -->]]></action>
</edit>
</open>
<open src="styles/subsilver2/template/viewtopic_body.html">
<edit>
<find><![CDATA[<div id="pagecontent">]]></find>
<action type="before-add"><![CDATA[<!-- IF ADS_3 -->{ADS_3}<br /><!-- ENDIF -->]]></action>
</edit>
<edit>
<find><![CDATA[<!-- END postrow -->]]></find>
<action type="before-add"><![CDATA[ <!-- IF postrow.S_FIRST_ROW -->{ADS_5}<!-- ELSE -->{ADS_6}<!-- ENDIF -->]]></action>
</edit>
<edit>
<find><![CDATA[<div id="pagefooter"></div>]]></find>
<action type="before-add"><![CDATA[<!-- IF ADS_4 -->{ADS_4}<br /><!-- ENDIF -->]]></action>
</edit>
</open>
</action-group>
</mod>