0: php_network_getaddresses: getaddrinfo failed: Name or service not known $row['title'],
'id' => $row['id'],
'link' => URL.'/post.php?id='.$row['id'],
'description' => ($row['description'] ? DESC($row['description']) : DESC($row['content'])),
'thumbnail' => $row['thumbnail'],
'comment' => $comment,
'category_title' => $category['title'],
'category_link' => URL.'/category.php?id='.$row['category'],
);
$list_post_top_comment .= TEMPLATE('post-content',$array);
$MD['list_post_top_comment'] = $list_post_top_comment;
}
if(!$list_post_top_comment) $MD['list_post_top_comment'] = TEMPLATE('post-content-none',NULL);
unset($result, $row, $comment, $category);