<?php

use yii\bootstrap\Html;
include 'ChromePhp.php';
require_once 'FirePHPCore/FirePHP.class.php';
$firstClass = "active";
$fire_php = FirePHP::getInstance(true);
ob_start();
//$fire_php->info($this);
$fire_php->group(array("this" => "is", "group" => "output"));
$fire_php->table("table", $user);
$fire_php->groupEnd();
$thumbs_icon = yii\bootstrap\Html::icon("thumbs-up");
$justMyRepIdVal = array();
foreach ($myrep as $val) {
    $justMyRepIdVal[] = $val['rep_id'];
}
?>
<div class="panel panel-default" xmlns="http://www.w3.org/1999/html">
    <div
        class="panel-heading"><?php 
echo Yii::t('UserModule.views_profile_reputation', '<strong>Reputation & Priviledges</strong> of this user');
?>
</div>


    <div class="panel-body">

        <?php 
$firstClass = "active";
?>