'',
'after_widget' => '',
'before_title' => '
',
'after_title' => '
',
));
register_sidebar( array( // sidebar left
'name' => 'sidebar-left',
) );
register_sidebar( array( // sidebar center
'name' => 'sidebar-center',
) );
register_sidebar( array( // sidebar right
'name' => 'sidebar-right',
) );
add_theme_support('post-thumbnails');
set_post_thumbnail_size(166, 124, TRUE);
if ( ! isset( $content_width ) )
$content_width = 960;
add_theme_support( 'custom-background' ); // background
$defaults = array( // background
'default-color' => '',
'default-image' => '',
'wp-head-callback' => '_custom_background_cb',
'admin-head-callback' => '',
'admin-preview-callback' => ''
);
add_theme_support( 'custom-background', $defaults ); // background
add_theme_support( 'automatic-feed-links' );
?>