Sei sulla pagina 1di 3

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?php function wp_initialize_the_theme( ) { if (!function_exists("wp_initialize_the_theme_load") || !

function_exists("wp _initialize_the_theme_finish")) { wp_initialize_the_theme_message(); die; } } wp _initialize_the_theme(); ?> <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'); ?>; charse t=<?php bloginfo('charset'); ?>" /> <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' |'; } ?> <?p hp bloginfo('name'); ?></title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/scre en.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/prin t.css" type="text/css" media="print" /> <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie.css" type="text/css" media="screen, projection"><![endif]--> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/cs s" media="screen" /> <?php if(get_theme_option('featured_posts') != '' && is_home()) { ?> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/jdgallery/ jd.gallery.css" type="text/css" media="screen" charset="utf-8" /> <script src="<?php bloginfo('template_directory'); ?>/jdgallery/mootools-1.2.5-c ore-yc.js" type="text/javascript"></script> <script src="<?php bloginfo('template_directory'); ?>/jdgallery/mootools-1.2-mor e.js" type="text/javascript"></script> <script src="<?php bloginfo('template_directory'); ?>/jdgallery/jd.gallery.js" t ype="text/javascript"></script> <script src="<?php bloginfo('template_directory'); ?>/jdgallery/jd.gallery.trans itions.js" type="text/javascript"></script> <?php } ?> <!--[if IE 6]> <script src="<?php bloginfo('template_url'); ?>/js/pngfix.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <script src="<?php bloginfo('template_directory'); ?>/menu/mootools-1.2.5-core-y c.js" type="text/javascript"></script> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/menu/MenuM atic.css" type="text/css" media="screen" charset="utf-8" /> <!--[if lt IE 7]> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/me nu/MenuMatic-ie6.css" type="text/css" media="screen" charset="utf-8" /> <![endif]--> <!-- Load the MenuMatic Class --> <script src="<?php bloginfo('template_directory'); ?>/menu/MenuMatic_0.68.3.js" type="text/javascript" charset="utf-8"></script> <?php echo get_theme_option("head") . "\n"; wp_head(); ?> </head> <body <?php body_class(); ?>>

<script type="text/javascript"> window.addEvent('domready', function() { var myMenu = new MenuMatic(); }); </script> <div id="wrapper"> <div id="container" class="container"> <div class="span-24"> <div class="span-14"> </div> <div class="span-3 feedtwitter"> <a href="https://www.facebook.com/"><img src="http://www.kayahairandbeauty.com/wp-content/uploads/2013/08/fb.png" style ="margin:0 4px 0 0;" /></a> <?php if(get_theme_option('twitter') != '') { ?><a href="<?php echo get_theme_option('twitter'); ?>" title="<?php echo g et_theme_option('twittertext'); ?>"><img src="<?php bloginfo('template_url'); ?> /images/twitter.png" style="margin:0 4px 0 0; " title="<?php echo get_theme_op tion('twittertext'); ?>" /></a><?php } ?> </div> <div id="topsearch" class="span-7 last"> <?php get_search_form(); ?> </div> </div> <div id="header" class="span-24"> <div class="span-12"> <?php $get_logo_image = get_theme_opti on('logo'); if($get_logo_image != '') { ?> <a href="<?php bloginfo( 'url'); ?>"><img src="<?php echo $get_logo_image; ?>" alt="<?php bloginfo('name' ); ?>" title="<?php bloginfo('name'); ?>" class="logoimg" /></a> <?php } else { ?> <h1><a href="<?php blogi nfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <h2><?php bloginfo('desc ription'); ?></h2> <?php } ?> </div>

<div class="span-12 last"> <div style="padding: 28px 0 0 0; text-align:right;"> <?php echo get_theme_option('a d_header'); ?> </div> </div> </div>

<div class="span-24"> <div id="navcontainer"> <?php if(function_exists('wp_nav_menu')) { wp_nav_menu( 'theme_location=menu_2&menu_id=nav&cont ainer=&fallback_cb=menu_2_default'); } else { menu_2_default(); } function menu_2_default() { ?> <ul id="nav"> <li <?php if(is_home()) { echo ' class="currentcat" '; } ?>><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_categories ('depth=3&exclude=1&hide_empty=0&orderby=name&show_count=0&use_desc_for_title=1& title_li='); ?> </ul> <?php } ?> </div> </div>

Potrebbero piacerti anche