<?php global $shapebootstrap_options; ?>

<?php if ($shapebootstrap_options['sidebar-prfile-en']) {?>

	<div class="my-profile text-center clearfix">
		<?php if (isset($shapebootstrap_options['profile-sm-img'])) {?>
			<div class="profile-img">
				<img class="img-responsive" src="<?php echo esc_url($shapebootstrap_options['profile-sm-img']['url']); ?>">
			</div>
		<?php }?>

		<div class="profile-desc">
			<?php if (isset($shapebootstrap_options['profile-name'])) {?>
				<h2><?php echo esc_html($shapebootstrap_options['profile-name']); ?></h2>
			<?php }?>
			<?php if (isset($shapebootstrap_options['profile-desg'])) {?>
				<span><?php echo esc_html($shapebootstrap_options['profile-desg']); ?></span>
			<?php }?>
			<?php if (isset($shapebootstrap_options['profile-desc'])) {?>
			<p><?php echo esc_html($shapebootstrap_options['profile-desc']); ?></p>
			<?php }?>
		</div>

		<?php get_template_part( 'social-share'); ?>
	</div>

<?php }?>
