\n"; while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) { print ''.$line['name'].''; //burd //include ('themes/'.$line['theme'].'/theme.php'); include ('theme.php'); } print "\n"; /* Освобождение resultset */ mysql_free_result($result); /* Закрытие соединения */ //mysql_close($link); //burd if( gettype($link) == "resource") { mysql_close($link); } ?>