Sha256: 988e354be373d8705543f3128bfb2ed1e10ad610ca75d36244e367d089c5dfcf
Contents?: true
Size: 796 Bytes
Versions: 6
Compression:
Stored size: 796 Bytes
Contents
<!DOCTYPE html> <html <?php language_attributes( 'html' ) ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php wp_title(); ?></title> <!-- WordPress --> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="header" class="clear"> <div id="title"> <?php if ( is_front_page() ) echo( '<h1>' ); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a> <?php if ( is_front_page() ) echo( '</h1>' ); ?> </div> <?php wp_nav_menu( array( 'theme_location' => 'nav-1', 'container_id' => 'navigation', 'container_class' => 'clear', 'menu_class' => 'nav', 'depth' => '2' ) ); ?> </div><!--end header-->
Version data entries
6 entries across 6 versions & 1 rubygems