PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
themes
/
Avenue
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- Mobile Specific Metas ================================================== --> <?php $isiPad = (bool) strpos($_SERVER['HTTP_USER_AGENT'],'iPad'); if(!$isiPad): ?> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <?php endif; ?> <title><?php bloginfo('name'); ?> <?php wp_title(' - ', true, 'left'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/js/colorbox/colorbox.css" type="text/css" /> <?php if(get_option('pyre_responsive_design') == 'Off'): ?> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/responsive.css" type="text/css" /> <?php endif; ?> <?php if(get_option('pyre_feedburner')): ?> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php echo get_option('pyre_feedburner'); ?>" /> <?php endif; ?> <?php if(get_option('pyre_favicon')): ?> <link rel="shortcut icon" href="<?php echo get_option('pyre_favicon'); ?>" /> <?php endif; ?> <?php wp_enqueue_script('jquery'); ?> <?php wp_enqueue_script('jCarouselLite', get_bloginfo('template_directory'). '/js/jcarousellite_1.0.1.pack.js'); ?> <?php wp_enqueue_script('nivo', get_bloginfo('template_directory'). '/js/jquery.nivo.slider.pack.js'); ?> <?php wp_enqueue_script('jquery.colorbox', get_bloginfo('template_directory'). '/js/colorbox/jquery.colorbox-min.js'); ?> <?php wp_enqueue_script('AvenueTheme', get_bloginfo('template_directory'). '/js/scripts.js'); ?> <?php wp_localize_script('AvenueTheme', 'AvenueVars', array( 'ajaxUrl' => admin_url('admin-ajax.php'), )); ?> <?php if(is_singular()) { wp_enqueue_script('comment-reply'); } ?> <?php wp_head(); ?> <script type='text/javascript'> jQuery(window).load(function() { // Implementation of Nivo Slider jQuery('#slider').nivoSlider({ effect: '<?php echo get_option('pyre_slider_effect'); ?>', pauseTime: '<?php echo get_option('pyre_slider_speed'); ?>', controlNavThumbs: true, controlNavThumbsFromRel: true, directionNav: false, directionNavHide: false, captionOpacity: false }); jQuery('.nivo-control').each(function() { jQuery('<div class="overlay">').appendTo(this); }); }); </script> <style type='text/css'> body { background:#<?php echo get_option('pyre_bg_color'); ?> url('<?php bloginfo('template_url'); ?>/images/patterns/<?php echo get_option('pyre_pattern'); ?>.png') repeat; } .arrows { color:#<?php echo get_option('pyre_link_color'); ?>; } .block-arrows, .block-arrows a { color:#<?php echo get_option('pyre_link_color'); ?>; } .meta-arrow { font-size:16px; color:#<?php echo get_option('pyre_link_color'); ?>; } .tweets a, .textwidget a { color:#<?php echo get_option('pyre_link_color'); ?>; } @media only screen and (min-width: 480px) and (max-width: 767px) { body { background: url('<?php bloginfo('template_url'); ?>/images/wrapper-bg-420.png') repeat-y center, #<?php echo get_option('pyre_bg_color'); ?> url('<?php bloginfo('template_url'); ?>/images/patterns/<?php echo get_option('pyre_pattern'); ?>.png') repeat; } } @media only screen and (max-width: 479px) { body { background: url('<?php bloginfo('template_url'); ?>/images/wrapper-bg-300.png') repeat-y center, #<?php echo get_option('pyre_bg_color'); ?> url('<?php bloginfo('template_url'); ?>/images/patterns/<?php echo get_option('pyre_pattern'); ?>.png') repeat; } } </style> </head> <body <?php body_class($class); ?>> <a name='top'></a> <!-- BEGIN WRAPPER --> <div id="wrapper" class="<?php if(get_option('pyre_responsive_design') == 'Off'): ?>responsiveX <?php endif; echo get_option('pyre_responsive_design'); ?>"> <!-- BEGIN HEADER-TOP --> <?php wp_nav_menu(array('theme_location' => 'topNav', 'depth' => 3, 'fallback_cb' => false, 'menu_class' => 'topNav')); ?> <!-- END HEADER-TOP --> <!-- BEGIN WRAPPER-CONTENT --> <div id="wrapper-content"> <!-- BEGIN HEADER --> <div id="header"> <!-- BEGIN HEADER-MIDDLE --> <div id="header-middle"> <div id="logo"> <?php if(get_option('pyre_logo')) { $logo = get_option('pyre_logo'); } else { if(get_option('pyre_skins')) { $color = explode('_', get_option('pyre_skins')); $logo = get_bloginfo('template_directory') . '/css/skins/images/' . $color[1] . '_logo.png'; } else { $logo = get_bloginfo('template_directory') . '/images/logo4.png'; } } ?> <a href='<?php bloginfo('wpurl'); ?>'><img src="<?php echo $logo; ?>" alt="<?php bloginfo('name'); ?>" /></a> </div> <?php if(get_option('pyre_header_banner')): ?> <div id="header-banner"> <?php echo get_option('pyre_header_banner'); ?> </div> <?php endif; ?> </div> <!-- END HEADER-MIDDLE --> <!-- BEGIN WRAPPER-NAVIGATION --> <div id="wrapper-navigation"> <div id="navigation"> <?php wp_nav_menu(array('theme_location' => 'mainNav', 'depth' => 3)); ?> </div> </div> <!-- END WRAPPER-NAVIGATION --> </div> <!-- END HEADER -->
[+]
..
[-] category.php
[edit]
[-] custom.css
[edit]
[-] sidebar.php
[edit]
[-] fullwidth.php
[edit]
[-] archive.php
[edit]
[-] tag.php
[edit]
[-] footer.php
[edit]
[-] 404.php
[edit]
[+]
fonts
[+]
css
[-] en_EN.po
[edit]
[-] author.php
[edit]
[-] comments.php
[edit]
[-] timthumb.php
[edit]
[-] screenshot.png
[edit]
[-] shortcodes.php
[edit]
[-] contact.php
[edit]
[-] search.php
[edit]
[+]
tinymce
[+]
framework
[+]
images
[-] style.css
[edit]
[-] header.php
[edit]
[+]
js
[-] index.php
[edit]
[-] functions.php
[edit]
[-] blog.php
[edit]
[+]
languages
[-] page.php
[edit]
[-] single.php
[edit]
[-] notifier.xml
[edit]
[+]
cache
[-] searchform.php
[edit]