'%s/imgs/freehead.gif',
'default-text-color' => '',
'header-text' => 'false',
'width' => 790,
'height' => 150,
'wp-head-callback' => 'iceburgg_header_style',
'admin-head-callback' => 'iceburgg_admin_header_style',
) ) );
}
add_action( 'after_setup_theme', 'iceburgg_custom_header_setup' );
if ( ! function_exists( 'iceburgg_header_style' ) ) :
/**
* Styles the header image and text displayed on the blog
*
* @see iceburgg_custom_header_setup().
*
*/
function iceburgg_header_style() {
?>
Header admin panel.
*
* @see iceburgg_custom_header_setup().
*
*/
function iceburgg_admin_header_style() {
?>