punbb_medals/manifest.xml

21 lines
637 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<extension engine="1.0">
<id>punbb_medals</id>
<title>Medals</title>
<version>0.1</version>
<description>Adds medals to punbb</description>
<author>Andrew Ward</author>
<minversion>1.3</minversion>
<maxtestedon>1.5</maxtestedon>
<dependencies>
<dependency></dependency>
</dependencies>
<note type="install">Make sure you have done all the changes needed before installing</note>
<hooks>
<hook id="vt_row_userbar_bottom"><![CDATA[
// Include a file from the extension directory
require $ext_info['path'].'/display_medals.php';
]]></hook>
</hooks>
</extension>