'',
'default-text-color' => '000000',
'width' => 960,
'height' => 240,
'wp-head-callback' => 'amiable_header_style',
) ) );
}
add_action( 'after_setup_theme', 'amiable_custom_header_setup' );
function amiable_header_style() {
$text_color = get_header_textcolor();
$header_image = get_header_image(); ?>