<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="./xsl/modx.prosilver.en.xsl"?>
<!-- 
	NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.
-->
<!--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">Prime Quick Buddies</title>
		<description lang="en">This file provides instructions for supporting the subsilver2 template style. See the main install file for any additional information about the MOD.</description>
		<author-group>
			<author>
				<realname>Ken F. Innes IV</realname>
				<email>primehalo@gmail.com</email>
				<username>primehalo</username>
				<homepage><![CDATA[http://www.absoluteanime.com/admin/mods.htm#quick_buddies]]></homepage>
			</author>
		</author-group>
		<mod-version>2.0.1</mod-version>
		<installation>
			<level>easy</level>
			<time>60</time>
			<target-version>3.0.4</target-version>
		</installation>
		<link-group>
			<link type="parent" href="../install.xml" lang="en">Main Install File</link>
		</link-group>
	</header>
	<action-group>
		<copy>
			<file from="root/styles/subsilver2/template/prime_quick_buddies.html" to="styles/subsilver2/template/prime_quick_buddies.html" />
			<file from="root/styles/subsilver2/template/prime_quick_buddies.js" to="styles/subsilver2/template/prime_quick_buddies.js" />
			<file from="root/styles/subsilver2/theme/prime_quick_buddies.css" to="styles/subsilver2/theme/prime_quick_buddies.css" />
			<file from="root/styles/subsilver2/theme/images/add_friend.gif" to="styles/subsilver2/theme/images/add_friend.gif" />
			<file from="root/styles/subsilver2/theme/images/add_foe.gif" to="styles/subsilver2/theme/images/add_foe.gif" />
		</copy>
		<open src="styles/subsilver2/template/overall_header.html">
			<edit>
				<find><![CDATA[</head>]]></find>
				<action type="before-add"><![CDATA[<!-- INCLUDE prime_quick_buddies.html -->]]></action>
			</edit>
		</open>
		<open src="styles/subsilver2/template/viewtopic_body.html">
			<edit>
				<find><![CDATA[			<td class="profile">]]></find>
				<inline-edit>
					<inline-find><![CDATA[			<td class="profile">]]></inline-find>
					<inline-action type="after-add"><![CDATA[<!-- IF postrow.U_ADD_FRIEND and postrow.U_ADD_FOE --><span class="buddy-icon"><a href="{postrow.U_ADD_FOE}" class="foe-icon" title="{L_ADD_FOE}"{postrow.S_ADD_FOE_ONLICK}></a><a class="friend-icon" href="{postrow.U_ADD_FRIEND}" title="{L_ADD_FRIEND}"{postrow.S_ADD_FRIEND_ONLICK}></a></span><!-- ENDIF -->]]></inline-action>
				</inline-edit>
			</edit>
		</open>
	</action-group>
</mod>
