HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/rudomilov.ru/wp-content/themes/boldy/header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="keywords" content="<?php echo get_option('boldy_keywords'); ?>" />
<meta name="description" content="<?php echo get_option('boldy_description'); ?>" />
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link href="<?php bloginfo('template_directory'); ?>/style.css" rel="stylesheet" type="text/css" />
<link href="<?php bloginfo('template_directory'); ?>/css/ddsmoothmenu.css" rel="stylesheet" type="text/css" />
<link href="<?php bloginfo('template_directory'); ?>/css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link href="<?php bloginfo('template_directory'); ?>/css/nivo-slider.css" rel="stylesheet" type="text/css" />
<link rel="author" href="https://plus.google.com/114712147124536013355" />
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.form.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/custom.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/cufon-yui.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/Museo_Slab_500_400.font.js"></script>
<!-- vkontakte -->
<script type="text/javascript" src="https://userapi.com/js/api/openapi.js?49"></script>
<?php wp_head(); ?>
<script type="text/javascript">
  VK.init({apiId: 2913007, onlyWidgets: true});
</script>
<!-- /vkontakte -->
<!-- google plus -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'ru', parsetags: 'explicit'}
</script>
<!-- /google plus -->
<!-- Cufon init -->
<script type="text/javascript">
	<?php if(get_option('boldy_cufon')!="no"):?>
		Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3')('.reply',{hover:true})('.more-link');
	 <?php endif ?>
</script>
<script>
	 /*$(document).ready(function(){
		  $('#quickContactForm').ajaxForm(function(data) {
			 if (data==1){
				 $('#success').fadeIn("slow");
				 $('#bademail').fadeOut("slow");
				 $('#badserver').fadeOut("slow");
				 $('#contact').resetForm();
				 }
			 else if (data==2){
					 $('#badserver').fadeIn("slow");
				  }
			 else if (data==3)
				{
				 $('#bademail').fadeIn("slow");
				}
				});
			 });*/
$(document).ready(function(){

    $('.contact-form').each(function() {

        var $that = $(this);
        var $form = $that.find('form');

        $form.ajaxForm({
            dataType: 'json',
            data: { check: 1 },
            beforeSubmit: function(arr, $form, options) {

                $that.find('.errormsg, .successmsg').hide();

            },
            success: function(response) {

                if (response.error) {
                    $that.find('.errormsg').text(response.error).fadeIn(500);
                } else {
                    $form.resetForm().hide();
                    $that.find('.successmsg').fadeIn(500);
                }

            }
        });

    });

});
</script>
</head>

<body <?php if(is_home()){
				echo 'id="home"';
			}elseif(is_category(get_option('boldy_portfolio')) || post_is_in_descendant_category( get_option('boldy_portfolio')) && !is_single()){
				echo 'id="portfolio"';
			}?>>
<!-- BEGINN MAINWRAPPER -->
<!--LiveInternet counter--><script type="text/javascript"><!--
new Image().src = "//counter.yadro.ru/hit?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+
";"+Math.random();//--></script><!--/LiveInternet-->
<div id="mainWrapper">
	<!-- BEGIN WRAPPER -->
    <div id="wrapper">
		<!-- BEGIN HEADER -->
        <div id="header">
            <div id="logo"><a href="<?php bloginfo('url'); ?>/"><img src="<?php echo get_option('boldy_logo_img'); ?>" alt="<?php echo get_option('boldy_logo_alt'); ?>" /></a></div>
			<!-- BEGIN MAIN MENU -->
			<?php if ( function_exists( 'wp_nav_menu' ) ){
					wp_nav_menu( array( 'theme_location' => 'main-menu', 'container_id' => 'mainMenu', 'container_class' => 'ddsmoothmenu', 'fallback_cb'=>'primarymenu') );
				}else{
					primarymenu();
			}?>
            <!-- END MAIN MENU -->
			<!-- BEGIN TOP SEARCH -->
			<div id="topSearch">
				<form id="searchform" action="<?php bloginfo('url'); ?>/" method="get">
					<input type="submit" value="" id="searchsubmit"/>
					<input type="text" id="s" name="s" value="искать на сайте" />
				</form>
			</div>
			<!-- END TOP SEARCH -->
			<!-- BEGIN TOP SOCIAL LINKS -->
			<noindex><div id="topSocial">
				<ul>
					<?php if(get_option('boldy_vkontakte_link')!=""){ ?>
					<li><a href="<?php echo get_option('boldy_vkontakte_link'); ?>" class="twitter" title="ВКонтакте" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/ico_vkontakte.png" alt="ВКонтакте!" /></a></li>
					<?php }?>
					<?php if(get_option('boldy_linkedin_link')!=""){ ?>
					<li><a href="<?php echo get_option('boldy_linkedin_link'); ?>" class="linkedin" title="LinkedIn" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/ico_linkedin.png" alt="LinkedIn" /></a></li>
					<?php }?>
					<?php if(get_option('boldy_twitter_user')!=""){ ?>
					<li><a href="http://www.twitter.com/<?php echo get_option('boldy_twitter_user'); ?>" class="twitter" title="Twitter" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/ico_twitter.png" alt="Twitter" /></a></li>
					<?php }?>
					<?php if(get_option('boldy_facebook_link')!=""){ ?>
					<li><a href="<?php echo get_option('boldy_facebook_link'); ?>" class="twitter" title="Facebook" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/ico_facebook.png" alt="Facebook" /></a></li>
					<?php }?>
					<?php if(get_option('boldy_livejournal_link')!=""){ ?>
					<li><a href="<?php echo get_option('boldy_livejournal_link'); ?>" class="livejournal" title="LiveJournal" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/ico_livejournal.png" alt="LiveJournal" /></a></li>
					<?php }?>
					<!--<li><a href="<?php bloginfo('rss2_url'); ?>" title="RSS" class="rss"><img src="<?php bloginfo('template_directory'); ?>/images/ico_rss.png" alt="Subcribe to Our RSS Feed" /></a></li>-->
				</ul>
			</div>	</noindex>
			<!-- END TOP SOCIAL LINKS -->
                        
        </div>
        <!-- END HEADER -->
		<!-- BEGIN CONTENT -->
		<div id="content">
		<?php if (function_exists('mbsel')) {mbsel();} ?>