";
echo ".baby-graphic { background-image:url(" . get_template_directory_uri() . "/images/" . $color . "-" . $skin . "-" . $hair . '.png) }';
echo ""; }
}
register_sidebar( array(
'id' => 'right-sidebar',
'name' => 'Right Sidebar',
'before_widget' => '
',
'after_widget' => '',
'before_title' => ''
)
);
if ( function_exists( 'register_nav_menu' ) ) {
register_nav_menu( 'tabmenu', 'Top Navigation Menu' );
}
if ( ! isset( $content_width ) )
$content_width = 670;
add_theme_support('automatic-feed-links');
add_custom_background();
?>