</strong>
		                       <p class="text-col">
		                       	
		                       	<?php 
                if ($key['country'] != 'xx' && empty($key['bio']) && $countryUser->country != FALSE) {
                    ?>
		                       	<small><i class="fa fa-map-marker myicon-right"></i> <?php 
                    echo $countryUser->country;
                    ?>
</small>
		                        <?php 
                }
                ?>
		                        
		                        <small><?php 
                echo _Function::checkTextNoLine($key['bio']);
                ?>
</small>
		                       </p>
		                       
				              <div class="btn-block">
		                       	
		                      <?php 
                if ($checkBlock[0]['status'] == 0) {
                    ?>
	
                          
	                          <?php 
                    if (isset($_SESSION['authenticated']) && $_SESSION['authenticated'] != $key['id'] && $key['followActive'] == 0) {
                        ?>
	                          <button data-username="<?php 
 //$dataSummary     = $obj->getTotalSummary( $id_user );
 // Count All posts
 $dataPosts = $obj->countAllPost($id_user);
 // Count All Followers
 $dataFollowers = $obj->countAllFollowers($id_user);
 // Count All Following
 $dataFollowing = $obj->countAllFollowing($id_user);
 //<---- VERIFIED
 if ($getData->type_account == 1) {
     $verified = ' <i class="fa fa-check-circle verified verified-min showTooltip" title="' . $_SESSION["LANG"]["verified"] . '" data-toggle="tooltip" data-placement="right"></i>';
 } else {
     $verified = null;
 }
 //<--- Desc User
 if ($getData->bio != '') {
     $descUser = '******' . _Function::checkTextNoLine($getData->bio) . '</p></div>';
 } else {
     $descUser = null;
 }
 /*
  *--------------------
  *       DATA
  *-------------------- 
  */
 if ($getData->cover_image != '') {
     $cover = 'url(' . URL_BASE . 'thumb/550-550-public/cover/' . $getData->cover_image . ') center center no-repeat';
     $urlProfile = '<a class="linkCoverLarge" href="' . URL_BASE . $getData->username . '"></a>';
     $height = null;
 } else {
     $cover = null;
     $urlProfile = null;