__('Navigation', 'changeable'), ) ); // Feed Links add_theme_support('automatic-feed-links'); // Post-Thumbnails add_theme_support('post-thumbnails'); // Custom Background add_custom_background(); // Editor Style add_editor_style(); // Widgets register_sidebar(array( 'name' => __('Primary','changeable'), 'id' => 'primary', 'description' => __('Primary Widget Area','changeable'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => __('Secondary','changeable'), 'id' => 'secondary', 'description' => __('Secondary Widget Area','changeable'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); // Translations load_theme_textdomain(TEMPLATEPATH . '/languages' ); $locale = get_locale(); $locale_file = TEMPLATEPATH . "/languages/$locale.php"; if ( is_readable($locale_file) ) require_once($locale_file); ?>