'primary', 'container' => 'nav', 'container_class' => false, 'container_id' => 'menu-principal', 'fallback_cb' => false));
}else{
echo "";
}
?>
'Twitter',
'fa-facebook' => 'Facebook',
'fa-google-plus' => 'Google+',
'fa-behance' => 'Behance',
'fa-codepen' => 'Codepen',
'fa-github' => 'GitHub',
'fa-linkedin' => 'LinkeIn',
'fa-skype' => 'Skype',
'fa-youtube' => 'YouTube',
'fa-slack' => 'Slack',
'fa-tumblr' => 'Tumblr',
'fa-yelp' => 'Yelp',
'fa-instagram' => 'Instagram',
'fa-pinterest' => 'Pinterest',
'fa-flickr' => 'Flickr',
'fa-stack-exchange' => 'Stack Exchange');
foreach($blackcolors_social_services as $id => $valor){
$icon = esc_url(get_theme_mod("blackcolors_$id"));
if(isset($icon) and !empty($icon)){
echo "";
}
}
?>