| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/go-pro/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/go-pro/content.phtml |
<div class="page-margin">
<div class="wow_content popular_posts_hdr movie">
<img src="<?php echo $wo['config']['theme_url'];?>/img/rocket.png" class="bg_trail">
<h2><svg width="19" height="21" viewBox="0 0 19 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3754 18.131L13.5559 18.0061C14.1209 17.6154 14.4035 17.42 14.6562 17.2106C16.0294 16.0724 16.9518 14.486 17.2588 12.7341C17.3153 12.4117 17.3446 12.0706 17.4033 11.3885L17.4337 11.0358C17.5309 9.90671 17.5212 8.77105 17.4048 7.64379L17.3687 7.29494C17.165 5.32225 15.9539 3.59327 14.1644 2.72018C11.2221 1.28468 7.77785 1.28468 4.83559 2.72018C3.04608 3.59327 1.83504 5.32225 1.63127 7.29494L1.59524 7.64379C1.4788 8.77105 1.46911 9.90671 1.5663 11.0358L1.59666 11.3885C1.65537 12.0706 1.68473 12.4117 1.74123 12.7341C2.04821 14.486 2.97055 16.0724 4.3438 17.2106C4.59652 17.42 4.8791 17.6154 5.44406 18.0061L5.62461 18.131C6.39273 18.6621 6.77682 18.9277 7.16175 19.1123C8.63929 19.8207 10.3607 19.8207 11.8382 19.1123C12.2232 18.9277 12.6073 18.6621 13.3754 18.131Z" class="icon_main" stroke-width="1.5"></path><path d="M17.4033 11.3885L17.4337 11.0358C17.5309 9.90671 17.5212 8.77105 17.4048 7.64379L17.3687 7.29494C17.165 5.32225 15.9539 3.59327 14.1644 2.72018C11.2221 1.28468 7.77785 1.28468 4.83559 2.72018C3.04608 3.59327 1.83504 5.32225 1.63127 7.29494L1.59524 7.64379C1.4788 8.77105 1.46911 9.90671 1.5663 11.0358L1.59666 11.3885C1.65537 12.0706 1.68473 12.4117 1.74123 12.7341C2.04821 14.486 2.97055 16.0724 4.3438 17.2106C4.59652 17.42 4.8791 17.6154 5.44406 18.0061L5.62461 18.131C6.39273 18.6621 6.77682 18.9277 7.16175 19.1123" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6.75 10.3936L8.75 12.3936L12.25 8.64355" class="icon_main" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg> <?php echo $wo['config']['siteName'];?> <span class="pro-badge">PRO</span></h2>
</div>
</div>
<h3 class="pick_plan_main"><?php echo $wo['lang']['pick_your_plan'];?></h3>
<p class="pick_plan_main_text"><?php echo $wo['lang']['pro_feature_control_profile'];?></p>
<div class="wow_content wow_price_plans">
<?php $loadPage = Wo_LoadPage('thirdparty/paypal-demo'); echo (!empty($loadPage)) ? $loadPage : '';?>
<?php if ($wo['config']['membership_system'] == 1) { ?>
<div class="alert alert-warning page-margin"> <?php echo str_replace('{site_name}', $wo['config']['siteName'], $wo['lang']['membership_to_using_site']) ?></div>
<?php } ?>
<div class="row wow_price_plan_row">
<?php foreach ($wo['pro_packages'] as $key => $value) { ?>
<div class="col-lg-3 col-md-6">
<div class="wow_price_plan <?php echo($value['status'] == 1 && (($wo['user']['is_pro'] && $wo['user']['pro_type'] == $value['id']) || (!$wo['user']['is_pro'] && $key == 3)) ? 'go_pro_table_background' : ''); ?>">
<div class="plan_head">
<?php if ($value['status'] == 1) { ?>
<b><span class="main"><?php echo Wo_GetCurrency($wo['config']['currency']);?><?php echo $value['price'];?></span> /<?php echo (!empty($value['time_count']) ? $value['time_count'] : '').' '.$wo['lang'][$value['time']];?></b>
<h5 class="main">
<?php if (!empty($value['image']) && $_COOKIE['mode'] == 'day') { ?>
<div>
<img src="<?php echo($value['image']) ?>" class="pro_packages_icon">
</div>
<?php }else if (!empty($value['night_image']) && $_COOKIE['mode'] == 'night') { ?>
<div>
<img src="<?php echo($value['night_image']) ?>" class="pro_packages_icon">
</div>
<?php }else if ($value['id'] == 1) { ?>
<span style="color: <?php echo !empty($value['color']) ? $value['color'] : '#4c7737' ?>;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z" /></svg></span>
<?php }else if ($value['id'] == 2) { ?>
<span style="color: <?php echo !empty($value['color']) ? $value['color'] : '#ff9800' ?>;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M11.71,19C9.93,19 8.5,17.59 8.5,15.86C8.5,14.24 9.53,13.1 11.3,12.74C13.07,12.38 14.9,11.53 15.92,10.16C16.31,11.45 16.5,12.81 16.5,14.2C16.5,16.84 14.36,19 11.71,19M13.5,0.67C13.5,0.67 14.24,3.32 14.24,5.47C14.24,7.53 12.89,9.2 10.83,9.2C8.76,9.2 7.2,7.53 7.2,5.47L7.23,5.1C5.21,7.5 4,10.61 4,14A8,8 0 0,0 12,22A8,8 0 0,0 20,14C20,8.6 17.41,3.8 13.5,0.67Z" /></svg></span>
<?php }else if ($value['id'] == 3) { ?>
<span style="color: <?php echo !empty($value['color']) ? $value['color'] : '#e13c4c' ?>;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M7,2V13H10V22L17,10H13L17,2H7Z" /></svg></span>
<?php }else if ($value['id'] == 4) { ?>
<span style="color: <?php echo !empty($value['color']) ? $value['color'] : '#3f4bb8' ?>;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M2.81,14.12L5.64,11.29L8.17,10.79C11.39,6.41 17.55,4.22 19.78,4.22C19.78,6.45 17.59,12.61 13.21,15.83L12.71,18.36L9.88,21.19L9.17,17.66C7.76,17.66 7.76,17.66 7.05,16.95C6.34,16.24 6.34,16.24 6.34,14.83L2.81,14.12M5.64,16.95L7.05,18.36L4.39,21.03H2.97V19.61L5.64,16.95M4.22,15.54L5.46,15.71L3,18.16V16.74L4.22,15.54M8.29,18.54L8.46,19.78L7.26,21H5.84L8.29,18.54M13,9.5A1.5,1.5 0 0,0 11.5,11A1.5,1.5 0 0,0 13,12.5A1.5,1.5 0 0,0 14.5,11A1.5,1.5 0 0,0 13,9.5Z" /></svg></span>
<?php } ?>
<?php echo $value['name']; ?>
</h5>
<?php if (!empty($value['description'])) { ?>
<p><?php echo $value['description']; ?></p>
<?php } ?>
<?php } ?>
</div>
<div class="plan_body">
<?php if ($value['status'] == 1) { ?>
<p>
<?php if ($value['featured_member']) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $wo['lang']['featured_member'];?>
<?php }else{ ?>
<?php } ?>
</p>
<p>
<?php if ($value['profile_visitors']) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $wo['lang']['see_profile_visitors'];?>
<?php }else{ ?>
<?php } ?>
</p>
<p>
<?php if ($value['last_seen']) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $wo['lang']['show_hide_lastseen'];?>
<?php }else{ ?>
<?php } ?>
</p>
<p>
<?php if ($value['verified_badge']) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $wo['lang']['verified_badge'];?>
<?php }else{ ?>
<?php } ?>
</p>
<p>
<?php if (!empty($value['posts_promotion']) && is_numeric($value['posts_promotion']) && $value['posts_promotion'] > 0) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $value['posts_promotion']." ".($value['posts_promotion'] == 1 ? $wo['lang']['post'] : $wo['lang']['posts']); ?> <?php echo $wo['lang']['post_promotion_star'];?>
<?php }else{ ?>
<?php } ?>
</p>
<?php if ($wo['config']['pages'] == 1) { ?>
<p>
<?php if (!empty($value['pages_promotion']) && is_numeric($value['pages_promotion']) && $value['pages_promotion'] > 0) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $value['pages_promotion']." ".($value['pages_promotion'] == 1 ? $wo['lang']['page'] : $wo['lang']['pages']); ?> <?php echo $wo['lang']['page_promotion_star'];?>
<?php }else{ ?>
<?php } ?>
</p>
<?php } ?>
<p>
<?php if (!empty($value['discount']) && is_numeric($value['discount']) && $value['discount'] > 0) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $value['discount']."% ".$wo['lang']['discount']; ?> <?php echo $wo['lang']['discount'];?>
<?php }else{ ?>
<?php } ?>
</p>
<p>
<?php if (!empty($value['max_upload'])) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php
if ($value['max_upload'] == '2000000') {
echo "2 MB";
} elseif ($value['max_upload'] == '6000000') {
echo "6 MB";
} elseif ($value['max_upload'] == '12000000') {
echo "12 MB";
} elseif ($value['max_upload'] == '24000000') {
echo "24 MB";
} elseif ($value['max_upload'] == '48000000') {
echo "48 MB";
} elseif ($value['max_upload'] == '96000000') {
echo "96 MB";
} elseif ($value['max_upload'] == '256000000') {
echo "256 MB";
} elseif ($value['max_upload'] == '512000000') {
echo "512 MB";
} elseif ($value['max_upload'] == '1000000000') {
echo "1 GB";
} elseif ($value['max_upload'] == '5000000000') {
echo "5 GB";
} elseif ($value['max_upload'] == '10000000000') {
echo "10 GB";
} elseif ($value['max_upload'] == '1000000000000') {
echo $wo['lang']['unlimited'];
} else{
echo '';
}
?> <?php echo $wo['lang']['max_upload'];?>
<?php }else{ ?>
<?php } ?>
</p>
<?php foreach ($wo['available_pro_features'] as $key2 => $value2) { ?>
<p>
<?php if ($value[$value2]) { ?>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z" fill="currentColor" fill-opacity="0.21"/><path d="M15.7722 6.83313L10.068 14.574C9.93197 14.7545 9.72912 14.8727 9.50503 14.9022C9.28094 14.9316 9.05441 14.8698 8.87634 14.7306L4.80301 11.474C4.44356 11.1863 4.38536 10.6617 4.67301 10.3023C4.96066 9.94285 5.48523 9.88465 5.84468 10.1723L9.24134 12.8898L14.4305 5.8473C14.6007 5.59195 14.8974 5.45078 15.2029 5.47983C15.5083 5.50887 15.7731 5.70344 15.8921 5.98627C16.0111 6.26911 15.965 6.59445 15.7722 6.83313Z" fill="currentColor"/></svg> <?php echo $wo['lang'][$value2];?>
<?php }else{ ?>
<?php } ?>
</p>
<?php } ?>
<?php } ?>
</div>
<div class="plan_foot">
<?php if ($value['status'] == 1) { ?>
<div>
<?php if (!empty($value['price']) && is_numeric($value['price']) && $value['price'] > 0) { ?>
<button class="btn btn-mat btn-main btn-block btn_week" onclick="Wo_GetPaymentLink('<?php echo $value['id']; ?>','<?php echo $value['price']; ?>','pro','hide');" <?php echo($wo['user']['pro_type'] == $value['id'] ? 'disabled' : ''); ?>>
<?php echo ($wo['user']['pro_type'] == $value['id'] ? $wo['lang']['current'] : $wo['lang']['upgrade_now']);?>
</button>
<?php } ?>
</div>
<?php } ?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
<h3 class="pick_plan_main"><?php echo $wo['lang']['why_choose_pro'];?></h3>
<p class="pick_plan_main_text"><?php echo $wo['lang']['go_pro_more_features'];?></p>
<div class="page-margin wo_pro_features">
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="wow_content innr_feat">
<svg width="32" height="40" viewBox="0 0 32 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.5423 34.2992V11.8244C29.5423 7.48885 26.4961 3.75714 22.2668 2.91172C18.1298 2.08476 13.8715 2.08476 9.73451 2.91172C5.50522 3.75714 2.45898 7.48885 2.45898 11.8244V34.2992C2.45898 36.9286 5.29795 38.5651 7.55483 37.2366L13.7201 33.6075C15.1286 32.7784 16.8727 32.7784 18.2812 33.6075L24.4465 37.2366C26.7034 38.5651 29.5423 36.9286 29.5423 34.2992Z" class="icon_main" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.45898 34.2992C2.45898 36.9286 5.29795 38.5651 7.55483 37.2366L13.7201 33.6075C15.1286 32.7784 16.8727 32.7784 18.2812 33.6075L24.4465 37.2366C26.7034 38.5651 29.5423 36.9286 29.5423 34.2992V11.8244C29.5423 7.48885 26.4961 3.75714 22.2668 2.91172C18.1298 2.08476 13.8715 2.08476 9.73451 2.91172" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<p><?php echo $wo['lang']['featured_member'];?></p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="wow_content innr_feat">
<svg width="55" height="49" viewBox="0 0 55 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.52727 33.6291L5.82202 32.8718L4.52727 33.6291ZM4.52727 14.9634L5.82202 15.7208L4.52727 14.9634ZM32.8097 18.2064C33.409 18.7783 34.3585 18.7562 34.9304 18.1568C35.5024 17.5575 35.4802 16.608 34.8809 16.0361L32.8097 18.2064ZM18.4432 32.0385C18.9813 32.6684 19.9281 32.7428 20.558 32.2048C21.1879 31.6667 21.2623 30.7198 20.7242 30.09L18.4432 32.0385ZM50.0693 3.05192C50.6503 2.46135 50.6425 1.51163 50.0519 0.930672C49.4613 0.349712 48.5116 0.357506 47.9307 0.94808L50.0693 3.05192ZM5.63067 43.9481C5.04971 44.5387 5.05751 45.4884 5.64808 46.0693C6.23865 46.6503 7.18837 46.6425 7.76933 46.0519L5.63067 43.9481ZM5.82202 32.8718C2.72599 27.5791 2.72599 21.0135 5.82202 15.7208L3.23252 14.2061C-0.410841 20.4344 -0.410842 28.1581 3.23252 34.3865L5.82202 32.8718ZM11.2362 39.3482C9.16528 37.5963 7.32401 35.4394 5.82202 32.8718L3.23252 34.3865C4.90611 37.2475 6.96774 39.6668 9.29863 41.6386L11.2362 39.3482ZM5.82202 15.7208C13.5668 2.48109 30.4983 -0.0092454 41.686 8.28473L43.4726 5.87475C30.9295 -3.42407 11.9278 -0.65861 3.23252 14.2061L5.82202 15.7208ZM18.6606 24.4655C18.6606 19.7058 22.4461 15.8939 27.0651 15.8939V12.8939C20.7425 12.8939 15.6606 18.0961 15.6606 24.4655H18.6606ZM27.0651 15.8939C29.2838 15.8939 31.3027 16.7682 32.8097 18.2064L34.8809 16.0361C32.8429 14.0912 30.0918 12.8939 27.0651 12.8939V15.8939ZM20.7242 30.09C19.4398 28.5864 18.6606 26.6222 18.6606 24.4655H15.6606C15.6606 27.3577 16.7087 30.008 18.4432 32.0385L20.7242 30.09ZM47.9307 0.94808L5.63067 43.9481L7.76933 46.0519L50.0693 3.05192L47.9307 0.94808Z" fill="currentColor"/><path d="M50.446 15C53.8514 20.8281 53.8514 28.0565 50.4459 33.8846C43.6398 45.5327 30.2217 49.4221 19 45.5527M37.6787 24.6134C37.6787 30.24 33.1949 34.7999 27.6662 34.7999" class="icon_main" stroke-width="3" stroke-linecap="round"/></svg>
<p><?php echo $wo['lang']['show_hide_lastseen'];?></p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="wow_content innr_feat">
<svg width="48" height="47" viewBox="0 0 48 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.10279 30.795L4.5616 30.4459L3.10279 30.795ZM3.10279 16.3464L4.5616 16.6954L3.10279 16.3464ZM44.8972 16.3464L43.4384 16.6954L44.8972 16.3464ZM44.8972 30.795L43.4384 30.4459L44.8972 30.795ZM31.3698 44.0554L31.0336 42.5936L31.3698 44.0554ZM16.6302 44.0554L16.2941 45.5173L16.6302 44.0554ZM16.6302 3.08595L16.9663 4.54781L16.6302 3.08595ZM31.3698 3.08595L31.0337 4.5478L31.3698 3.08595ZM4.5616 30.4459C3.47947 25.9237 3.47947 21.2177 4.5616 16.6954L1.64397 15.9973C0.452009 20.9785 0.452009 26.1629 1.64397 31.1441L4.5616 30.4459ZM43.4384 16.6954C44.5205 21.2177 44.5205 25.9237 43.4384 30.4459L46.356 31.1441C47.548 26.1629 47.548 20.9785 46.356 15.9973L43.4384 16.6954ZM31.0336 42.5936C26.4075 43.6573 21.5926 43.6573 16.9664 42.5936L16.2941 45.5173C21.3627 46.6827 26.6373 46.6827 31.7059 45.5173L31.0336 42.5936ZM16.9663 4.54781C21.5926 3.48407 26.4075 3.48406 31.0337 4.5478L31.7059 1.6241C26.6373 0.458633 21.3627 0.458634 16.2941 1.6241L16.9663 4.54781ZM16.9664 42.5936C10.7967 41.1749 6.00046 36.4589 4.5616 30.4459L1.64397 31.1441C3.35401 38.2903 9.03956 43.8492 16.2941 45.5173L16.9664 42.5936ZM31.7059 45.5173C38.9605 43.8492 44.646 38.2903 46.356 31.1441L43.4384 30.4459C41.9995 36.4589 37.2034 41.1749 31.0336 42.5936L31.7059 45.5173ZM31.0337 4.5478C37.2034 5.96645 41.9995 10.6824 43.4384 16.6954L46.356 15.9973C44.646 8.85104 38.9605 3.29219 31.7059 1.6241L31.0337 4.5478ZM16.2941 1.6241C9.03956 3.29219 3.35401 8.85103 1.64397 15.9973L4.5616 16.6954C6.00046 10.6824 10.7967 5.96645 16.9663 4.54781L16.2941 1.6241ZM30.528 45.75C30.528 42.2216 30.5313 39.7292 30.7902 37.8416C31.0427 36.0002 31.5129 34.9592 32.287 34.2004L30.1869 32.058C28.752 33.4646 28.1177 35.2488 27.818 37.4339C27.5247 39.5728 27.528 42.3081 27.528 45.75H30.528ZM44.1119 29.4638C40.5982 29.4638 37.8149 29.4607 35.6403 29.7473C33.4256 30.0392 31.6177 30.6555 30.1869 32.058L32.287 34.2004C33.0653 33.4375 34.1395 32.9711 36.0323 32.7216C37.9653 32.4669 40.515 32.4638 44.1119 32.4638V29.4638Z" class="icon_main_fill"/><path d="M3.10279 30.795L4.5616 30.4459L3.10279 30.795ZM3.10279 16.3464L4.5616 16.6954L3.10279 16.3464ZM44.8972 16.3464L43.4384 16.6954L44.8972 16.3464ZM44.8972 30.795L43.4384 30.4459L44.8972 30.795ZM31.3698 44.0554L31.0336 42.5936L31.3698 44.0554ZM16.6302 44.0554L16.2941 45.5173L16.6302 44.0554ZM16.6302 3.08595L16.9663 4.54781L16.6302 3.08595ZM31.3698 3.08595L31.0337 4.5478L31.3698 3.08595ZM4.5616 30.4459C3.47947 25.9237 3.47947 21.2177 4.5616 16.6954L1.64397 15.9973C0.452009 20.9785 0.452009 26.1629 1.64397 31.1441L4.5616 30.4459ZM43.4384 16.6954C44.5205 21.2177 44.5205 25.9237 43.4384 30.4459L46.356 31.1441C47.548 26.1629 47.548 20.9785 46.356 15.9973L43.4384 16.6954ZM31.0336 42.5936C26.4075 43.6573 21.5926 43.6573 16.9664 42.5936L16.2941 45.5173C21.3627 46.6827 26.6373 46.6827 31.7059 45.5173L31.0336 42.5936ZM16.9663 4.54781C21.5926 3.48407 26.4075 3.48406 31.0337 4.5478L31.7059 1.6241C26.6373 0.458633 21.3627 0.458634 16.2941 1.6241L16.9663 4.54781ZM16.9664 42.5936C10.7967 41.1749 6.00046 36.4589 4.5616 30.4459L1.64397 31.1441C3.35401 38.2903 9.03956 43.8492 16.2941 45.5173L16.9664 42.5936ZM31.7059 45.5173C38.9605 43.8492 44.646 38.2903 46.356 31.1441L43.4384 30.4459C41.9995 36.4589 37.2034 41.1749 31.0336 42.5936L31.7059 45.5173ZM31.0337 4.5478C37.2034 5.96645 41.9995 10.6824 43.4384 16.6954L46.356 15.9973C44.646 8.85104 38.9605 3.29219 31.7059 1.6241L31.0337 4.5478ZM16.2941 1.6241C9.03956 3.29219 3.35401 8.85103 1.64397 15.9973L4.5616 16.6954C6.00046 10.6824 10.7967 5.96645 16.9663 4.54781L16.2941 1.6241Z" fill="currentColor"/><path d="M16.75 16.75H24M16.75 24H28.8333" class="icon_main" stroke-width="3" stroke-linecap="round"/></svg>
<p><?php echo $wo['lang']['post_promotion_star'];?></p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="wow_content innr_feat">
<svg width="31" height="43" viewBox="0 0 31 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.61883 26.7275L4.18173 36.3046C3.45 39.1801 6.5259 41.5697 9.26539 40.2541L13.3726 38.2816C14.7132 37.6377 16.2875 37.6377 17.6281 38.2816L21.7353 40.2541C24.4748 41.5697 27.5507 39.1801 26.819 36.3046L24.3819 26.7275" class="icon_main" stroke-width="3"/><path d="M2.22907 11.2197C3.22893 7.09137 6.55719 3.8679 10.8198 2.89952C13.8981 2.20016 17.1019 2.20016 20.1802 2.89952C24.4428 3.8679 27.7711 7.09137 28.7709 11.2197C29.493 14.2012 29.493 17.3041 28.7709 20.2855C27.7711 24.4139 24.4428 27.6374 20.1802 28.6057C17.1019 29.3051 13.8981 29.3051 10.8198 28.6057C6.55719 27.6374 3.22893 24.4139 2.22907 20.2855C1.50698 17.3041 1.50698 14.2012 2.22907 11.2197Z" stroke="currentColor" stroke-width="3"/></svg>
<p><?php echo $wo['lang']['verified_badge'];?></p>
</div>
</div>
</div>
<div class="row">
<?php if ($wo['config']['funding_system'] == 1 && in_array('funding_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/fund.svg"/>
<p><?php echo $wo['lang']['funding'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['job_system'] == 1 && in_array('job_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/job.svg">
<p><?php echo $wo['lang']['jobs'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['games'] == 1 && in_array('game_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/game.svg">
<p><?php echo $wo['lang']['games'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['classified'] == 1 && in_array('market_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/market.svg">
<p><?php echo $wo['lang']['market'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['events'] == 1 && in_array('event_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/event.svg">
<p><?php echo $wo['lang']['events'] ?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['forum'] == 1 && in_array('forum_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/forum.svg">
<p><?php echo $wo['lang']['forum'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['groups'] == 1 && in_array('groups_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/group.svg">
<p><?php echo $wo['lang']['groups'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['pages'] == 1 && in_array('pages_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<img src="<?php echo $wo['config']['theme_url'];?>/img/sidebar/page.svg">
<p><?php echo $wo['lang']['pages'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['audio_chat'] == 1 && in_array('audio_call_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512"> <g> <path style="fill:#7FE881;" d="M200.845,183.073c5.859-5.859,5.859-15.352,0-21.211L94.791,55.793 c-5.625-5.625-15.586-5.625-21.211,0L31.15,98.222l58.748,83.796l68.516,43.486L200.845,183.073z"/> <path style="fill:#5BC980;" d="M455.406,416.423L349.351,310.353c-5.859-5.859-15.352-5.859-21.211,0l-42.433,42.422l44.191,99.243 l83.079,28.044l42.429-42.429C461.265,431.774,461.265,422.282,455.406,416.423z"/> <path style="fill:#5BC980;" d="M412.998,479.918l-0.901,0.899c-28.008,28.429-72.917,40.888-115.499,22.5 c-70.501-31.8-126-73.2-170.101-117.9c-56.398-56.699-93.3-118.2-116.999-169.499c-18.3-39.3-9.6-86.4,21.301-117.301l0.298-0.3 l127.202,127.202l-12.902,13.2c15.601,26.398,34.501,50.4,56.1,71.699c21.301,21.601,45,39.901,71.102,55.501l13.2-13.2 L412.998,479.918z"/> <path style="fill:#00AB5E;" d="M412.998,479.918l-0.901,0.899c-28.008,28.429-72.917,40.888-115.499,22.5 c-70.501-31.8-126-73.2-170.101-117.9l75-75c21.301,21.601,45,39.901,71.102,55.501l13.2-13.2L412.998,479.918z"/> <path style="fill:#25D9F8;" d="M512,225.018c0,8.399-6.599,15-15,15c-8.401,0-15-6.601-15-15 c0-53.701-21.899-102.601-57.299-137.701C389.6,51.918,340.699,30.018,287,30.018c-8.401,0-15-6.601-15-15c0-8.401,6.599-15,15-15 c62.1,0,118.2,25.199,159,66C486.799,106.818,512,162.918,512,225.018z"/> <path style="fill:#25D9F8;" d="M452,225.018c0,8.399-6.599,15-15,15s-15-6.601-15-15c0-37.2-15-70.8-39.6-95.4 c-24.6-24.6-58.2-39.6-95.4-39.6c-8.401,0-15-6.601-15-15c0-8.401,6.599-15,15-15c45.601,0,86.7,18.6,116.7,48.3 C433.4,138.318,452,179.418,452,225.018z"/> <path style="fill:#25D9F8;" d="M392,225.018c0,8.399-6.599,15-15,15s-15-6.601-15-15c0-20.7-8.401-39.6-21.899-53.101 c-13.5-13.5-32.401-21.899-53.101-21.899c-8.401,0-15-6.601-15-15c0-8.401,6.599-15,15-15c28.801,0,55.201,11.7,74.099,30.899 C380.3,169.817,392,196.218,392,225.018z"/> <path style="fill:#25D9F8;" d="M332,225.018c0,8.399-6.599,15-15,15c-8.401,0-15-6.601-15-15c0-4.2-1.8-7.8-4.2-10.8 c-2.999-2.401-6.599-4.2-10.8-4.2c-8.401,0-15-6.601-15-15c0-8.401,6.599-15,15-15c12.599,0,23.699,5.1,31.8,13.2 C326.901,201.317,332,212.417,332,225.018z"/> <path style="fill:#00C0F1;" d="M318.8,193.218c8.101,8.099,13.2,19.199,13.2,31.8c0,8.399-6.599,15-15,15c-8.401,0-15-6.601-15-15 c0-4.2-1.8-7.8-4.2-10.8L318.8,193.218z"/> <path style="fill:#00C0F1;" d="M361.099,150.917c19.2,18.9,30.901,45.3,30.901,74.101c0,8.399-6.599,15-15,15s-15-6.601-15-15 c0-20.7-8.401-39.6-21.899-53.101L361.099,150.917z"/> <path style="fill:#00C0F1;" d="M403.7,108.318c29.7,30,48.3,71.1,48.3,116.7c0,8.399-6.599,15-15,15s-15-6.601-15-15 c0-37.2-15-70.8-39.6-95.4L403.7,108.318z"/> <path style="fill:#00C0F1;" d="M512,225.018c0,8.399-6.599,15-15,15c-8.401,0-15-6.601-15-15 c0-53.701-21.899-102.601-57.299-137.701L446,66.019C486.799,106.818,512,162.918,512,225.018z"/> </g> </svg>
<p><?php echo $wo['lang']['audio_call'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['video_chat'] == 1 && in_array('video_call_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<svg height="452pt" viewBox="0 -87 452 452" width="452pt" xmlns="http://www.w3.org/2000/svg"><path d="m452 25.121094v227.820312l-121.878906-66.550781h-1.210938v-94.71875h1.210938zm0 0" fill="#00acea"/><path d="m328.910156 186.390625v51.03125c0 22.089844-17.910156 40-40 40h-248.910156c-22.089844 0-40-17.910156-40-40v-197.421875c0-22.089844 17.910156-40 40-40h248.910156c22.089844 0 40 17.910156 40 40zm0 0" fill="#00efd1"/></svg>
<p><?php echo $wo['lang']['video_call'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['colored_posts_system'] == 1 && !empty($wo['post_colors']) && in_array('colored_posts_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m0 30v107c0 8.28 6.72 15 15 15h128c8.28 0 15-6.72 15-15v-107c0-16.54-13.46-30-30-30h-98c-16.54 0-30 13.46-30 30z" fill="#ff8e00"/><path d="m78.02 0h49.98c16.54 0 30 13.46 30 30v107c0 8.28-6.72 15-15 15h-64.98z" fill="#ff6326"/><path d="m0 257c0 8.28 6.72 15 15 15h128c8.28 0 15-6.72 15-15v-135h-158z" fill="#ffd321"/><path d="m78.02 122h79.98v135c0 8.28-6.72 15-15 15h-64.98z" fill="#ff8e00"/><path d="m0 242v112s29.95-.22 29.95 29.95v.05h113.05c8.28 0 15-6.72 15-15v-127z" fill="#fff16b"/><path d="m78.02 384v-142h79.98v127c0 8.28-6.72 15-15 15z" fill="#ffd321"/><path d="m211.315 44.858-53.5 92.665c-4.14 7.171-1.68 16.35 5.49 20.49l110.851 64c7.171 4.14 16.35 1.68 20.49-5.49l53.5-92.665c8.27-14.324 3.343-32.711-10.981-40.981l-84.87-49c-14.324-8.27-32.71-3.343-40.98 10.981z" fill="#bd2e4a"/><path d="m293.882 57.887 43.284 24.99c14.324 8.27 19.251 26.657 10.981 40.981l-53.5 92.665c-4.14 7.171-13.32 9.63-20.49 5.49l-56.274-32.49z" fill="#a3264a"/><path d="m97.815 241.446c-4.14 7.171-1.68 16.35 5.49 20.49l110.851 64c7.171 4.14 16.35 1.68 20.49-5.49l67.5-116.913-136.832-79z" fill="#dc455b"/><path d="m232.882 163.542 69.265 39.99-67.5 116.913c-4.14 7.171-13.32 9.63-20.49 5.49l-56.274-32.49z" fill="#bd2e4a"/><path d="m41.815 338.44c-4.14 7.171-1.68 16.35 5.49 20.49l110.851 64c7.171 4.14 16.35 1.68 20.49-5.49l63.5-109.985-136.832-79z" fill="#e27a4e"/><path d="m101.882 390.441 71-122.976 69.265 39.99-63.5 109.985c-4.14 7.171-13.32 9.63-20.49 5.49z" fill="#dc455b"/><path d="m158 388.21-2.14-1.24-20.9-12.07-18.08-10.44-18.12-10.46-20.9-12.07-28.55-16.48-16.48 28.55-12.07 20.9-20.76 35.95v68.58l19.29 11.13 18.59 10.73 18.55 10.71h67.62l12.38-21.44 19.43-33.66 2.14-3.71 11.08-19.19 17.06-29.55z" fill="#bebcdd"/><path d="m387.007 163.45-92.665 53.5c-7.171 4.14-9.63 13.32-5.49 20.49l64 110.851c4.14 7.171 13.32 9.63 20.49 5.49l92.665-53.5c14.324-8.27 19.251-26.657 10.981-40.981l-49-84.87c-8.271-14.323-26.657-19.25-40.981-10.98z" fill="#4793ff"/><path d="m451.997 216.017 24.99 43.284c8.27 14.324 3.343 32.711-10.981 40.981l-92.665 53.5c-7.171 4.14-16.35 1.68-20.49-5.49l-32.49-56.274z" fill="#005edf"/><path d="m190.419 276.95c-7.171 4.14-9.63 13.32-5.49 20.49l64 110.851c4.14 7.171 13.32 9.63 20.49 5.49l116.913-67.5-79-136.832z" fill="#8bb9ff"/><path d="m346.342 277.017 39.99 69.265-116.913 67.5c-7.171 4.14-16.35 1.68-20.49-5.49l-32.49-56.274z" fill="#4793ff"/><path d="m93.424 332.95c-7.171 4.14-9.63 13.32-5.49 20.49l64 110.851c4.14 7.171 13.32 9.63 20.49 5.49l109.985-63.5-79-136.832z" fill="#b1d5f1"/><path d="m119.444 408.017 122.976-71 39.99 69.265-109.985 63.5c-7.171 4.14-16.35 1.68-20.49-5.49z" fill="#8bb9ff"/><path d="m169.08 434-11.08-19.19-2.14-3.71-10.44-18.08-10.46-18.12-12.07-20.9-16.48-28.55-28.55 16.48-20.9 12.07-36.2 20.9-20.76 11.98v70.26l8.59 14.88 10.7 18.54 12.38 21.44h67.62l37.14-21.44 19.43-11.22 2.14-1.24 27.41-15.82z" fill="#e2dff4"/><path d="m482 354h-107c-8.28 0-15 6.72-15 15v128c0 8.28 6.72 15 15 15h107c16.54 0 30-13.46 30-30v-98c0-16.54-13.46-30-30-30z" fill="#5e54ac"/><path d="m512 432.02v49.98c0 16.54-13.46 30-30 30h-107c-8.28 0-15-6.72-15-15v-64.98z" fill="#38336b"/><path d="m255 354c-8.28 0-15 6.72-15 15v128c0 8.28 6.72 15 15 15h135v-158z" fill="#7873d5"/><path d="m390 432.02v79.98h-135c-8.28 0-15-6.72-15-15v-64.98z" fill="#5e54ac"/><path d="m143 354c-8.28 0-15 6.72-15 15v128c0 8.28 6.72 15 15 15h127v-158z" fill="#b7b4e7"/><path d="m128 432.02h142v79.98h-127c-8.28 0-15-6.72-15-15z" fill="#7873d5"/><path d="m158 354h-158v143c0 8.284 6.716 15 15 15h143z" fill="#f4f4f6"/><path d="m0 432.02h158v79.98h-143c-8.28 0-15-6.72-15-15z" fill="#e2dff4"/><path d="m94.01 432.02c0 .48-.03.97-.08 1.46-.81 7.81-7.34 13.52-14.93 13.52-8.19 0-14.99-6.68-15-14.98 0-.01 0-.01 0-.02 0-8.85 7.72-15.82 16.48-14.92 7.48.61 13.56 7.2 13.53 14.94z" fill="#0a617d"/><path d="m94.01 432.02c0 .48-.03.97-.08 1.46-.81 7.81-7.34 13.52-14.93 13.52-8.19 0-14.99-6.68-15-14.98z" fill="#05303d"/></g></svg>
<p><?php echo $wo['lang']['can_use_colored_posts'];?></p>
</div>
</div>
<?php } ?>
<?php if ($wo['config']['shout_box_system'] == 1 && in_array('shout_box_request', array_keys($wo['available_pro_features']))) { ?>
<div class="col-sm-6 col-md-4">
<div class="wow_content innr_feat innr_feat_flex">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <polygon style="fill:#FF9500;" points="232.611,428.718 89.078,384.598 89.078,309.657 119.078,309.657 119.078,362.434 202.611,388.11 202.611,344.556 232.611,344.556 "/> <rect y="189.132" style="fill:#FFDA45;" width="78.08" height="112.99"/> <rect y="245.632" style="fill:#FFB13B;" width="78.08" height="56.5"/> <polygon style="fill:#FFE733;" points="327.159,393.199 54.328,302.127 54.328,189.135 327.159,98.063 "/> <polygon style="fill:#FFDA45;" points="327.159,393.199 54.328,302.127 54.328,245.631 327.159,245.631 "/> <rect x="298.04" y="83.282" style="fill:#FFB13B;" width="80.74" height="324.69"/> <rect x="298.04" y="245.632" style="fill:#FFA426;" width="80.74" height="162.34"/> <g> <rect x="433.89" y="230.632" style="fill:#AFB4C8;" width="78.11" height="30"/> <rect x="415.756" y="109.62" transform="matrix(0.866 -0.5 0.5 0.866 -1.3755 244.1066)" style="fill:#AFB4C8;" width="78.108" height="29.999"/> <rect x="439.805" y="327.567" transform="matrix(0.5 -0.866 0.866 0.5 -90.1035 577.1761)" style="fill:#AFB4C8;" width="29.999" height="78.108"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>
<p><?php echo $wo['lang']['can_use_shout_box'];?></p>
</div>
</div>
<?php } ?>
</div>
</div>