Exemplo n.º 1
0
    echo number_format($ratings['ratings'], 1);
    ?>
		    </h6>
		     <span class="votes_counter"><?php 
    echo $ratings['votes'];
    ?>
 <?php 
    echo Yii::t("default", "Votes");
    ?>
</span>
		    </div>
        </div>
       </div> <!--uk-grid-->
       
       <?php 
    Widgets::shareWidget($re_info['restaurant_name']);
    ?>
       <?php 
    echo Widgets::offers($merchant_id);
    ?>
       
      </div> <!--END uk-width-1-2-->
      
    </div>
  </div> <!--restaurant-wrap-->
  
  <div class="rating-wrapper">
    <div class="uk-grid">
      <div class="uk-width-1-2" style="width:220px;padding-top:10px;">
        <a href="javascript:;" class="write-review btn-flat-grey rounded2 <?php 
    echo $has_reviews == true ? "active" : "";