?>
" title="pins liked by <?php 
        echo $userDetails['name'];
        ?>
"><?php 
        echo pinLikes($userFollowsValue->user_id);
        ?>
 Likes</a></span>
                                <span><a href="<?php 
        echo site_url('activity/index/' . $userFollowsValue->user_id);
        ?>
" title="activities of <?php 
        echo $userDetails['name'];
        ?>
"><?php 
        echo activityCount($userFollowsValue->user_id);
        ?>
 Activities</a></span>
                            </p>
                            <p class="comm_like">
                                <span><a href="<?php 
        echo site_url('follow/followers/' . $userFollowsValue->user_id);
        ?>
" title="followers of <?php 
        echo $userDetails['name'];
        ?>
"><strong id="followers_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowersCount($userFollowsValue->user_id);
"><?php 
echo $count;
?>
 Pins</a></div></li>
                        <?php 
$likeCount = pinLikes($userDetails['userId']);
?>
                        <li><div class="pro-blue-button"><a href="<?php 
echo site_url('/like/index/' . $id);
?>
"><?php 
echo $likeCount;
?>
 Likes</a></div></li>
                        <?php 
$activitycount = activityCount($id);
?>
                        <li><div class="pro-blue-button"><a href="<?php 
echo site_url('/activity/index/' . $id);
?>
"><?php 
echo $activitycount;
?>
 Activities</a></div></li>
                        
                        <?php 
if ($this->session->userdata('login_user_id') == $id) {
    ?>
                        <li><div class="edit-prof-button"><span class="edit-prof-icon"></span><a href="<?php 
    echo site_url('editprofile');
    ?>
        ?>
" title="pins liked by <?php 
        echo $userDetails['name'];
        ?>
"><?php 
        echo pinLikes($userFollowsValue->is_following);
        ?>
 Likes</a></span>
                                <span><a href="<?php 
        echo site_url('activity/index/' . $userFollowsValue->is_following);
        ?>
" title="activities of <?php 
        echo $userDetails['name'];
        ?>
"><?php 
        echo activityCount($userFollowsValue->is_following);
        ?>
 Activities</a></span>
                            </p>
                            <p class="comm_like">
                                <span><a href="<?php 
        echo site_url('follow/followers/' . $userFollowsValue->is_following);
        ?>
" title="followers of <?php 
        echo $userDetails['name'];
        ?>
"><strong id="followers_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowersCount($userFollowsValue->is_following);
        ?>
" title="pins liked by <?php 
        echo $userDetails['name'];
        ?>
"><?php 
        echo pinLikes($searchUsersValue->id);
        ?>
 Likes</a></span>
                                <span><a href="<?php 
        echo site_url('activity/index/' . $searchUsersValue->id);
        ?>
" title="activities of <?php 
        echo $userDetails['name'];
        ?>
"><?php 
        echo activityCount($searchUsersValue->id);
        ?>
 Activities</a></span>
                            </p>
                            <p class="comm_like">
                                <span><a href="<?php 
        echo site_url('follow/followers/' . $searchUsersValue->id);
        ?>
" title="followers of <?php 
        echo $userDetails['name'];
        ?>
"><strong id="followers_count_<?php 
        echo $id_ref;
        ?>
"><?php 
        echo getUserFollowersCount($searchUsersValue->id);