Код: Выделить всё
{TOPIC_REVIEW_BOX}
Код: Выделить всё
{TOPIC_REVIEW_BOX}
Код: Выделить всё
//
// Topic review
//
if( $mode == 'reply' && $is_auth['auth_read'] )
{
require($phpbb_root_path . 'includes/topic_review.'.$phpEx);
topic_review($topic_id, true);
$template->assign_block_vars('switch_inline_mode', array());
$template->assign_var_from_handle('TOPIC_REVIEW_BOX', 'reviewbody');
}