Medal_System V.2.02
PHP-Fusion v6.00
Original Author: tjacobt - http://habbotimes1.frac.dk/
-------------------------------------------

INSTALLATION
------------
1. Upload the unziped medal_system folder to your infusions folder.

2. Go to your admin panel and infuse the infusion as a normal infusion.

3. Open up your profile.php file and add the following code:

	// Start Medal Mod

	if (file_exists(INFUSIONS.'user_gold_panel/functions.php')) {
	include INFUSIONS."medal_system/medal_profile.php";
	}

	// End Medal Mod

At the end of the file before:

	require_once "side_right.php";
	require_once "footer.php";
	?>


4. You can now go to the Infusion Admin and use the Medal Infusion to give your users medals.

Features
--------
* Gives your members medals


CHANGELOG
---------
v2.02
* index.php files in each folder
* fixed english locale and added norwegian
* new read me file in english
* added medal_profile.php that is included in the profile.php

v2.01
* filer sorteret og ompakket
* README-(dk) fil oprettet
* Flere medaljer er tilfjet
