58 $this->RatingAlgorithms =
get_package(
'rating::rating_algorithms' ,
'last' , __FILE__ );
92 $MasterId = $Settings->get_setting(
'master_id' );
93 $MasterType = $Settings->get_setting(
'master_type' ,
'user' );
95 $Rating = $this->RatingAlgorithms->get_rating( $MasterId , $MasterType );
97 $ShowPrefix = intval( $Settings->get_setting(
'show_prefix' , 0 ) );
99 return( $ShowPrefix == 1 ?
"{lang:rating}: $Rating" : $Rating );
101 catch( Exception $e )