if ($user['blogs'] > 0) {
echo '<li><span class="gray">Личный блог:</span> <a href="../myblog/blog.php?id=' . $user['id'] . '">»»»</a></li>';
} if ($user['blogs'] > 0) {
echo '<li><span class="gray">Личный блог:</span> <a href="../myblog/blog.php?id=' . $user['id'] . '">»»»</a></li>';
}