?>
	
		</div>
	</div>
	<br/>
	
	<?php 
if ($prof_info->publish_data_scope == 0) {
    ?>
	<label class="control-label">My Post</label>
	<a href="#" id="profilepost"><pre style="width:85%"><h5 id="mypost"><?php 
    echo $about;
    ?>
</h5></pre></a>
	<?php 
} elseif ($isFriends->isFriends($session['user_name'], $username)) {
    ?>
	<label class="control-label">My Post</label>
	<a href="#" id="profilepost"><pre style="width:85%"><h5 id="mypost"><?php 
    echo $about;
    ?>
</h5></pre></a>
   <?php 
} else {
}
?>
	
<!-- View friends and watch syles buttons -->
<br/>
<?php 
if ($userlogindata->user_type == 'C') {