';
$html[] = '
';
$html[] = '
';
if ( amy_get_option( 'facebook_url' ) ) {
$html[] = ' ';
}
if ( amy_get_option( 'google_url' ) ) {
$html[] = ' ';
}
if ( amy_get_option( 'twitter_url' ) ) {
$html[] = '';
}
if ( amy_get_option( 'pinterest_url' ) ) {
$html[] = ' ';
}
if ( amy_get_option( 'skype_url' ) ) {
$html[] = ' ';
}
$html[] = '
';
$html[] = '
';
$enable_copyright = amy_get_option( 'enable_copyright' );
if ( $enable_copyright == true ) {
$html[] = '
';
$html[] = amy_get_option( 'copyright_text' );
$html[] = '
';
}
$html[] = '
';
$html[] = '';
return implode( "\n", $html );
}
}