| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/stirizo/wp-content/plugins/widgetkit-pro/widgets/layout/ |
Upload File : |
<?php
/**
* Created by PhpStorm.
* User: txmm1
* Date: 3/31/18
* Time: 8:29 PM
*/
?>
<div class="meteor-social">
<ul class="social-item-list">
<?php foreach ($social_list as $s): ?>
<li class="social-single-item">
<a href="<?php echo esc_url($s['social_link']); ?>" class="social-single-item-wrapper"
style="background-color:<?php echo $s['social_bg_color']; ?>;">
<p class="social-icon">
<span class="social-icon-wrapper">
<i class="<?php echo $s['social_icon']; ?> fa-fw"></i>
</span>
</p>
<p class="social-info">
<span class="social-counter">
<?php echo $s['social_count']; ?>
</span>
<span class="social-text">
<?php echo $s['social_text']; ?>
</span>
</p>
</a>
</li>
<?php endforeach; ?>
</ul>
</div>