[if autor={login}]Этот текст будет виден только автору новости[/if] [if autor!={login}]А этот текст будет виден всем кроме {login}[/if]
if( $allrate['user_id'] == $member_id['user_id'] ) { $db->close(); echo "{\"error\":true, \"errorinfo\":\"{$lang['rating_error1']}\"}"; die(); }
$news_find = array (
$news_find = array ( $news_find['{week_read}'] = $row['week_read']; '{comments-num}' => number_format($row['comm_num'], 0, ',', ' '), '{views}' => number_format($row['news_read'], 0, ',', ' '), '{category}' => $my_cat, '{link-category}' => $my_cat_link, '{news-id}' => $row['id'], '{rssdate}' => date( "r", $row['date'] ), '{rssauthor}' => $row['autor'], '{approve}' => '' );