(22 дек 2015, 23:31) (
0/
0)
[
0]
<?
$st = mysql_num_rows(mysql_query('SELECT `id` FROM `status` WHERE `id_user` = "' . $ank['id'] . '"'));
if ($st != 0) echo '<br /> <a href="/user/status/index.php?id=' . $ank['id'] . '"><img src="/style/icons/str2.gif" alt="*" /> Все статусы</a> (' . $st . ')';
?>