function getBlockCode_Rate()
 {
     ml_clonetwo_import('Voting');
     $o = new MlClonetwoVoting('ml_clonetwo', (int) $this->aDataEntry['id']);
     if (!$o->isEnabled()) {
         return '';
     }
     return $o->getBigVoting($this->_oMain->isAllowedRate($this->aDataEntry));
 }