<?php
 define('INSIDE'  , true);
    define('INSTALL' , false);

    define('ROOT_PATH', realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR);
	
    include(ROOT_PATH . 'common.php');

	$parse['user'] = htmlentities($user['username']);
	$parse['points'] = intval($user['points_bonus']);
	
 
display(parsetemplate(gettemplate('achatbonus'), $parse), 'AchatBonus', false);
?>