PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/spacebox/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/spacebox/header.php |
<!doctype html> <html dir="ltr" <?php language_attributes(); ?> class="no-js"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=700" /> <?php // Custom Favicon if ( get_option('spacebox_custom_favicon_status') == 'enable' ) { $faviconurl = get_option('spacebox_custom_favicon'); ?><link rel="shortcut icon" href="<?php echo $faviconurl ?>" /><?php } ?> <?php if(get_option('spacebox_site_sitedesc_status') == 'enable') { ?> <meta name="keywords" content="<?php echo stripslashes(get_option('spacebox_custom_site_keywords')); ?>" /> <meta name="description" content="<?php echo stripslashes(get_option('spacebox_custom_sitedesc')); ?>" /> <?php } ?> <title> <?php // Generate Page Title dynamically if(is_home()) { bloginfo('name'); ?> - <?php bloginfo('description'); } elseif(is_category()) { single_cat_title(); ?> - <?php bloginfo('name'); } elseif(is_single()) { single_post_title(); } elseif(is_page()) { bloginfo('name'); ?>: <?php single_post_title(); } elseif(is_404()) { bloginfo('name'); ?> - <?php _e("Page not found", "fungames"); } elseif(is_search()) { bloginfo('name'); ?> - <?php _e("Search results for: ", "fungames"); echo esc_html($s, 1); } ?> </title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/reset.css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> <?php _e("RSS Feed", "fungames"); ?>" href="<?php bloginfo('rss2_url'); ?>" /> <!-- give life to HTML5 objects in IE --> <!--[if lte IE 8]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <!-- js HTML class --> <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> <!-- for wordpress --> <?php if (is_singular()) { wp_enqueue_script( 'comment-reply' ); } ?> <?php wp_head(); ?> <!-- for theme --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style2.css" media="screen" /> </head> <?php if(defined('BP_VERSION') && bp_is_my_profile()) { $bodyClass = "page-profile"; } else { $bodyClass = "page-home"; } ?> <body class="<?php echo $bodyClass; ?>"> <!-- extra wrappers for extra imagery --> <div id="universe"> <div id="galaxy"> <!-- begin regular markup --> <header id="header"> <div class="inner"> <?php spacebox_logo(); ?> <?php if(is_user_logged_in()) { global $bp; $logoutlink = wp_nonce_url(site_url("/wp-login.php?action=logout&redirect_to=".get_option('siteurl'), 'login'),'log-out'); ?> <div id="welcome"> <span> <a href="<?php echo $bp->loggedin_user->domain."profile/change-avatar/"; ?>"><?php global $user_ID, $current_user, $user_identity; // Populate user vars get_currentuserinfo(); echo get_avatar($current_user->user_email, $size = '49'); ?></a></span> </div> <ul id="menu"> <?php if(defined('BP_VERSION')) { global $bp; ?> <?php if (bp_is_active('messages')) { ?> <li class="mail"><a href="<?php echo $bp->loggedin_user->domain.BP_MESSAGES_SLUG.'/'; ?>">Mail</a></li> <?php } ?> <li class="profile"><a href="<?php echo $bp->loggedin_user->domain ?>">Profile</a></li> <?php } ?> <li class="logout"><a href="<?php echo apply_filters('loginout', $logoutlink); ?>">Logout</a></li> </ul> <?php } else { ?> <div id="welcome"> <span><img src="<?php bloginfo('stylesheet_directory'); ?>/img/avatar.png" alt="" /></span> </div> <ul id="menu"> <li class="signup"><a href="<?php echo home_url(); ?>/wp-login.php?action=register">Free Signup</a></li> <li class="login"><a href="<?php echo home_url(); ?>/wp-login.php">Login</a></li> </ul> <?php } ?> <form id="search" action="<?php bloginfo('url'); ?>" method="get"> <p> <input type="text" name="s" placeholder="Search ..." /> <input type="submit" value="Submit Search" /> </p> </form> </div> </header><!-- e: header -->