<?php
/*
* @template Mystique
* @revised December 20, 2011
* @author digitalnature,
digitalnature » Home
* @license GPL,
GNU General Public License Versions | Open Source Initiative
*/
// Header template part, used by all pages on the site.
// Handles the document head, and the page header section (usually main menu, logo, featured content)
?>
<!DOCTYPE html>
<html <?php language_attributes('html'); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<title><?php atom()->documentTitle(); ?></title>
<meta name="description" content="<?php bloginfo('II►★★★★★ SmiThzhiTo.NeT ►WedSite de Música para descargar, directo de iTunes y en mp3 y mucho más') ?>" />
<?php atom()->metaDescription(); ?>
<?php atom()->favicon(); ?>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/ie.css" type="text/css" media="screen" />
<![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class('no-
js no-fx'); // these classes are removed with
js in the "before_page" hook below ?>>
<?php atom()->action('before_page'); ?>
<?php if(atom()->menuExists('top')): ?>
<div class="nav nav-top">
<div class="page-content">
<?php atom()->menu($location = 'top', $classes = 'slide-down'); ?>
</div>
</div>
<?php endif; ?>
<!-- page -->
<div id="page">
<?php atom()->action('top'); ?>
<div id="page-ext">
<!-- header -->
<div id="header">
<div class="page-content">
<div id="site-title" class="clear-block">
<?php atom()->logo(); ?>
<?php if(get_bloginfo('description')): ?><div class="headline"><?php bloginfo('description'); ?></div><?php endif; ?>
</div>
</div>
<?php atom()->action('before_primary_menu'); ?>
<div class="shadow-left page-content">
<div class="shadow-right nav nav-main" role="navigation">
<?php atom()->menu($location = 'primary', $classes = 'slide-down fadeThis', $fallback = 'pageMenu'); ?>
</div>
<?php atom()->action('social_media_links'); ?>
</div>
</div>
<!-- /header -->
<?php atom()->action('before_main'); ?>
<!-- main -->
<div id="main" class="page-content">
<div id="main-ext" class="clear-block">