Вот сам header.php, который лежит на фтп
php @package WordPress @subpackage Default_Theme global $shortname, $css_style, $css_style_path; !DOCTYPE html PUBLIC -W3CDTD XHTML 1.0 TransitionalEN httpwww.w3.orgTRxhtml1DTDxhtml1-transitional.dtd html xmlns=httpwww.w3.org1999xhtml php language_attributes(); head profile=httpgmpg.orgxfn11 meta http-equiv=Content-Type content=php bloginfo('html_type'); ; charset=php bloginfo('charset'); titlephp wp_title('«', true, 'right'); php bloginfo('name'); title link rel=stylesheet href=php bloginfo('stylesheet_url'); type=textcss media=screen php if(!empty($css_style) && $css_style!='black') style media=screen,projection type=textcss@import php bloginfo('template_url'); themesphp echo $css_style; styles-php echo $css_style; .css;style php endif; link rel=alternate type=applicationrss+xml title=php bloginfo('name'); RSS Feed href=php bloginfo('rss2_url'); link rel=alternate type=applicationatom+xml title=php bloginfo('name'); Atom Feed href=php bloginfo('atom_url'); link rel=pingback href=php bloginfo('pingback_url'); !--[if lte IE 7]style media=screen,projection type=textcss@import php bloginfo('template_url'); style-ie.css;style![endif]-- !-- main menu -- script type=textjavascript src=php bloginfo('template_url'); jsjquery-1.3.2.min.jsscript script type=textjavascript src=php bloginfo('template_url'); jsjqueryslidemenujqueryslidemenu.jsscript !-- main menu -- php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); php wp_head(); head body php body_class(); !-- wrapper -- div class=wrapper !-- header -- div id=header !-- header_logo -- div id=header_logophp $logo_position = thman_get_meta($shortname.'_logo_position'); if(!empty($logo_position)) style=paddingphp echo $logo_position ;php endif; a href=php echo get_option('home'); php $logo_type = thman_get_meta($shortname.'_logo_type'); if($logo_type=='image') $logo_url = thman_get_meta($shortname.'_logo_url'); if(!empty($logo_url)) img src=php echo $logo_url; alt=php bloginfo('name'); php else bloginfo('name'); endif; else $logo_text = thman_get_meta($shortname.'_logo_text'); if(!empty($logo_text)) echo $logo_text; else bloginfo('name'); endif; endif; a div !-- header_logo -- !-- header_banner -- div id=header_banner php $banner_468_60 = thman_get_meta($shortname.'_banner_468_60'); if(!empty($banner_468_60)) echo $banner_468_60; php else a href=php echo get_option('home'); img src=php bloginfo('template_url'); echo $css_style_path; imagespic_banner_468x60.png alt= a php endif; div !-- header_banner -- div !-- header -- !-- menu -- div id=menu !-- header_search -- div id=header_search form action=php bloginfo('url'); method=get fieldset input type=text value=Поиск... name=s id=main_search_val onclick=this.value='' onblur=if(this.value=='') this.value='Поиск...'; input type=image src=php bloginfo('template_url'); echo $css_style_path; imagesbutton_search.gif alt=search id=main_search_sub fieldset form div !-- header_search -- div !-- menu -- !-- body -- div id=body !-- body_top -- div id=body_top !-- body_end -- div id=body_end
Не знаю, но это произошло именно после переезда.