<h3 class="alkivia-admin-link"><?php 
    echo $edit_link;
    ?>
</h3>
<?php 
}
?>

<div class="profile-box">
	<h1 class="profile-name"><?php 
echo $user->display_name;
?>
</h1>
	<?php 
if (ak_get_object('akucom')->activeComponent('gallery')) {
    echo '<div class="left-side">' . aoc_profile_picture($user, true) . '</div>';
}
if (!empty($user->description)) {
    ?>
		<h2><?php 
    _e('About me', $i18n);
    ?>
</h2>
        <?php 
    echo wpautop($user->description);
    ?>
    <?php 
}
?>
<div style="clear:both;"></div>
</div>
echo $user->display_name;
?>
</h1>

<?php 
if (!empty($edit_link)) {
    ?>
	<h3 class="alkivia-admin-link"><?php 
    echo $edit_link;
    ?>
</h3>
<?php 
}
echo $header;
if (ak_get_object('akucom')->activeComponent('gallery')) {
    echo aoc_profile_picture($user);
}
if (!empty($author_link)) {
    ?>
	<p style="text-align:center;"><strong><a href="<?php 
    echo $author_link;
    ?>
"><?php 
    _e('View this author\'s posts', $i18n);
    ?>
</a></strong></p>
<?php 
}
?>

<h2><?php