$arg = array(
'header' => $text,
'body' => $post,
'sub' => $subtext
);
//здесь тоже вставлял
echo functions::display_user($res, $arg);
echo '</div>';
//вставил здесь
} $arg = array(
'header' => $text,
'body' => $post,
'sub' => $subtext
);
//здесь тоже вставлял
echo functions::display_user($res, $arg);
echo '</div>';
//вставил здесь
}