<style>
  #block-system-main {
    padding-top:25px;
  }
</style>

<?php 
$following = _community_features_get_following($account['user']->uid);
$follows = _community_features_get_follows($account['user']->uid);
$likes = _community_features_get_likes($account['user']->uid);
$recent_videos = _community_features_get_recent_videos($account['user']->uid);
$video_count = _community_features_get_user_video_count($account['user']->uid);
?>


<?php 
//dpm($account);
$uid = $account['user']->uid;
?>

<?php 
//dpm($account);
?>

<h1><?php 
echo $account['user']->name;
?>
</h1>
<div class="col-lg-3 col-md-3 col-xs-4 user-profile-left-col no-padding">
  <?php 
//dpm($account);
<style>
  #block-system-main {
    padding-top:25px;
  }
</style>

<?php 
$following = _community_features_get_following($account->uid);
$follows = _community_features_get_follows($account->uid);
$likes = _community_features_get_likes($account->uid);
$recent_videos = _community_features_get_recent_videos($account->uid);
$video_count = _community_features_get_user_video_count($account->uid);
?>


<?php 
//dpm($account);
$uid = $account->uid;
?>

<?php 
//dpm($account);
?>
<h1><?php 
echo $account->name;
?>
</h1>
<div class="col-lg-3 col-md-3 col-xs-4 user-profile-left-col no-padding">
  <?php 
//dpm($account);
?>