' . "\n"; echo '' . "\n" . '' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . get_bloginfo('name'); if ( is_search() ) { echo 'search test'; $ser = $_GET['s']; _e('Search', 'german_newspaper'); echo ' "' . htmlentities($ser, ENT_QUOTES) . '"'; } wp_title('++', true); //wp_title('|', true, 'right'); echo ' ' . "\n" . ' ' . "\n"; $seo_meta_tags = $gn_theme_options['gn_seo_meta_tags']; if ( $seo_meta_tags == 'on' ) { $seo_meta_desc = $gn_theme_options['gn_seo_meta_desc']; $seo_meta_keyw = $gn_theme_options['gn_seo_meta_keyw']; $seo_meta_author = $gn_theme_options['gn_seo_meta_author']; $output_line = ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; echo $output_line; } $geourl_meta_tags = $gn_theme_options['gn_geourl_meta_tags']; if ( $geourl_meta_tags == 'on' ) { $geourl_location = $gn_theme_options['gn_geourl_loc']; $geourl_tirle = $gn_theme_options['gn_geourl_title']; $geo_position = str_replace ( ',', ';', $geourl_location); $output_line = ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; echo $output_line; } echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; if ( $gn_theme_options['gn_wp_custom_header_feature'] == 'on' ) { gn_header_style(); } $screen_width = $gn_theme_options['gn_screen_width']; $show_header = $gn_theme_options['gn_show_header']; if ( $screen_width == 'on' ) { $head = 3; echo ' ' . "\n"; } else { $head = 4; echo ' ' . "\n"; } echo ' ' . "\n"; // WP 2.7 feature - comment threading - before wp_head() if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); // wp_head() wp_head(); echo '' . "\n\n"; // HEAD END flush(); echo '' . "\n"; echo '' . "\n\n"; // BODY START // check sidebars $sidebar_class = 'sidebar-' . $gn_theme_options['gn_theme_sidebars']; // body_class works for WP Version > 2.7 if ( function_exists('body_class') ) { echo '' . "\n\n"; } else { echo '' . "\n\n"; } $header_img = $gn_theme_options['gn_header_img']; if ( $show_header == 'on' ) { echo '
' . "\n\n" . ' ' . "\n\n"; echo $output_line; $output_line = ''; } // start content container echo '
' . "\n"; // build left sidebar if ( ($gn_theme_options['gn_theme_sidebars'] == 1) OR ($gn_theme_options['gn_theme_sidebars'] == 3) ) get_sidebar('Left_Menu'); ?>