1 =text($con, "BLOG_COMMENTS_1", $lang)?> =text($con, "BLOG_COMMENTS_0", $lang)?> =$count?> =text($con, "BLOG_COMMENTS_X", $lang)?> $user"; } ?>
=$title?>
0){
?>
=$text?>
0){
?>
1 =text($con, "BLOG_COMMENTS_1", $lang)?> =text($con, "BLOG_COMMENTS_0", $lang)?> =$count?> =text($con, "BLOG_COMMENTS_X", $lang)?> $user"; } ?>
1 =text($con, "BLOG_COMMENTS_1", $lang)?> =text($con, "BLOG_COMMENTS_0", $lang)?> =$count?> =text($con, "BLOG_COMMENTS_X", $lang)?> $user"; } ?>
=format_date($r_post["dtime"], $lang)?>
0){
?>
0)
?>
$id AND dtime <= '$r_post[dtime]' ORDER BY dtime DESC LIMIT 1;");
$q_next = mysqli_query($con, "SELECT id, permalink, title FROM post WHERE id <> $id AND dtime >= '$r_post[dtime]' ORDER BY dtime LIMIT 1;");
if (mysqli_num_rows($q_prev) > 0 || mysqli_num_rows($q_next) > 0){
?>
|
0){
$r_prev = mysqli_fetch_array($q_prev);
?>
Previous post:
=text($con, $r_prev["title"], $lang)?> |
0){
$r_next = mysqli_fetch_array($q_next);
?>
Next post:
=text($con, $r_next["title"], $lang)?> |
TODO
=$user_string?>
=$r_comment["text"]?>