ТмС (24.05.2011/01:54)///медали///
какой критерий для получения медали? Посты,балы?
$usergold = $user['postchat']+$user['postforum']+$user['komm']+$user['otvetov']+timecount($user['total_on_site']);
if($usergold >= 1000)
echo '<img src="../images/medal_gold_2_2.png" alt="gold" width="" height=""/>';
if($usergold < 800 && $usergold >= 500)
echo '<img src="../images/medal_silver_2_2.png" alt="silver" width="" height=""/>';
if($usergold < 500 && $usergold >= 300)
echo '<img src="../images/medal_bronze_2_2.png" alt="bronze" width="" height=""/>';
///медали end///