Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by Fstab ( 9 years ago )
<?php foreach ($social_links[0] as $key => $value) : ?>
<?php if (isset($value['social_icons']) && isset($value['social_links'])) : ?>
<li><a class="<?php echo esc_attr($hover_color); ?>-hover" href="<?php echo esc_url(orion_addhttp($value['social_links'])); ?>">
<i class="fa <?php echo esc_attr($value['social_icons']); ?>">
</i>
</a>
</li>
<?php endif; ?>
<?php endforeach; ?>
Revise this Paste