<?
$Q3=("SELECT * FROM scheme WHERE `id_sch`={$SCHEME_BUY}");
$sch=mysql_query($Q3) or DIE (" ERROR! ".MYSQL_ERROR());
// $vrown=array();
$schn=mysql_fetch_array($sch);
$smarty->assign("scheme", $schn);
$smarty->assign("main_content_template", "scheme_buy_mail.tpl");
?>