Wordpress 3.0'); if (current_user_can('switch_themes') && !is_admin()) echo '
'.__("(Dashboard)","expedia_wp").''; ?>

__( 'Primary Navigation', 'expediawp' ), 'footer' => __( 'Footer Navigation', 'expediawp' ) ) ); // Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI. register_default_headers( array( 'clouds-compass' => array( 'url' => '%s/images/headers/clouds-compass.jpg', 'thumbnail_url' => '%s/images/headers/clouds-compass-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Clouds Compass', 'expediawp' ) ), 'forest-sunset' => array( 'url' => '%s/images/headers/forest-sunset.jpg', 'thumbnail_url' => '%s/images/headers/forest-sunset-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Forest Sunset', 'expediawp' ) ), 'lake' => array( 'url' => '%s/images/headers/lake.jpg', 'thumbnail_url' => '%s/images/headers/lake-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Lake', 'expediawp' ) ), 'mountains' => array( 'url' => '%s/images/headers/mountains.jpg', 'thumbnail_url' => '%s/images/headers/mountains-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Mountains', 'expediawp' ) ), 'red-sunset' => array( 'url' => '%s/images/headers/red-sunset.jpg', 'thumbnail_url' => '%s/images/headers/red-sunset-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Red Sunset', 'expediawp' ) ), 'st-basils' => array( 'url' => '%s/images/headers/st-basils.jpg', 'thumbnail_url' => '%s/images/headers/st-basils-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'St. Basils', 'expediawp' ) ), 'tent' => array( 'url' => '%s/images/headers/tent.jpg', 'thumbnail_url' => '%s/images/headers/tent-thumbnail.jpg', /* translators: header image description */ 'description' => __( 'Tent', 'expediawp' ) ) ) ); exp_footer_links(); // Sets the defualt colors for theme $exp_theme_color_defaults = array( 'exp_text_links' => array('value' => 'B58A00','css' =>'a:link, a:visited, a:hover {color:#'), 'exp_top_menu' => array('value' =>'59503E','css' =>'#nav,#nav ul ul a {background-color:#'), 'exp_body_text' => array('value' => '111111','css' =>'body, input, textarea {color:#'), 'exp_top_menu_hover' => array('value' => 'FFFFFF','css' =>'#nav li:hover > a,#nav ul ul :hover > a {color:#'), 'exp_top_menu_selected' => array('value' => 'FAF3CF', 'css' =>'#nav ul li.current_page_item > a, #nav ul li.current-menu-ancestor > a, #nav ul li.current-menu-item > a, #nav ul li.current-menu-parent > a {color:#'), 'exp_top_menu_unselected' => array('value' => 'BAAE8D','css' =>'#nav a {color:#'), 'exp_author_name' => array('value' => 'FFFFFF','css' =>'.logo a {color:#'), 'exp_author_description' => array('value' => 'FAF3CF','css' =>'.site-description {color:#'), 'exp_page_title_h1' => array('value' => '333333','css' =>'h1.entry-title {color:#'), 'exp_category_title_h1_bg' => array('value' => '59503E','css' =>'.archive-meta {background-color:#'), 'exp_category_title_h1' => array('value' => 'BAAE8D','css' =>'.archive-meta h1.page-title {color:#'), 'exp_category_text' => array('value' => 'BAAE8D','css' =>'.archive-meta p {color:#'), 'exp_page_title_h2' => array('value' => 'B58A00','css' =>'h2 a:link, h2 a:visited {color:#'), 'exp_content_titles' => array('value' => 'B58A00','css' =>'.entry-content h1,.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {color:#'), 'exp_footer_text' => array('value' => 'FFFFFF','css' =>'.footer-links li a,.footer-copy {color:#'), 'exp_footer_bg' => array('value' => '000000','css' =>'#site-info {background-color:#') ); // Now add default colors to database. add_option('exp_theme_colors', $exp_theme_color_defaults); // Theme layout default. $exp_theme_layout_defaults = array('theme_grid'=>'yui-t2','theme_color'=>'default'); // Now add default theme layouts to database. add_option('exp_theme_layout', $exp_theme_layout_defaults); // Social defaults. $exp_social_feeds = array('facebook'=>'','twitter'=>'','rss'=>'','facebook_like_url'=>''); // Now add default social settings to database. add_option('exp_social_feeds', $exp_social_feeds); $exp_theme_font = array( 'value' => 'Candara, Verdana, sans-serif', 'css' => 'body { font-family: ', 'key' => 'candara' ); // Now add the default font to database. add_option('exp_theme_font', $exp_theme_font); // Add footer settings add_option('exp_show_footer_links', array('credit'=>'show','add_credit'=>'') ); // Writes version of theme if(!get_option('exp_theme_ver')) { $theme_data = get_theme_data(TEMPLATEPATH . '/style.css'); add_option('exp_theme_ver',$theme_data['Version']); } endif; } endif;