$g_user, 'categories' => \front\factory\GlobelusAdverts::categories(), 'positions' => \front\factory\Globelus::get_positions_list() ] ); } public static function profile_preview() { if ( !\front\factory\Globelus::permissions_check( $g_user = \S::get_session( 'g_user' ), __CLASS__ . "\\" . __FUNCTION__ ) ) return \Tpl::view( 'globelus/candidates/alerts/profile-edit' ); return \front\view\GlobelusCandidates::profile_preview( $g_user ); } }