hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/nirvana/ |
<?php /** * The Header * * Displays all of the <head> section and everything up till <div id="main"> * * @package Cryout Creations * @subpackage nirvana * @since nirvana 0.5 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php cryout_meta_hook(); ?> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php cryout_header_hook(); wp_head(); ?> </head> <body <?php body_class(); ?>> <?php cryout_body_hook(); ?> <?php /* wp_body_open() call is hooked into cryout_body_hook */ ?> <div id="wrapper" class="hfeed"> <div id="topbar" ><div id="topbar-inner"> <?php cryout_topbar_hook(); ?> </div></div> <?php cryout_wrapper_hook(); ?> <div id="header-full"> <header id="header"> <div id="masthead"> <?php cryout_masthead_hook(); ?> <div id="branding" role="banner" > <?php cryout_branding_hook();?> <?php cryout_header_widgets_hook(); ?> <div style="clear:both;"></div> </div><!-- #branding --> <button id="nav-toggle"><span> </span></button> <nav id="<?php echo apply_filters( 'nirvana_mainnav_id', 'access' ) ?>" class="<?php echo apply_filters( 'nirvana_mainnav_class', 'jssafe' ) ?>" role="navigation"> <?php cryout_access_hook();?> </nav><!-- #access --> </div><!-- #masthead --> </header><!-- #header --> </div><!-- #header-full --> <div style="clear:both;height:0;"> </div> <?php cryout_breadcrumbs_hook();?> <div id="main"> <?php cryout_main_hook(); ?> <div id="forbottom" > <?php cryout_forbottom_hook(); ?> <div style="clear:both;"> </div>