'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();
?>