PATH:
home
/
centosnipponia
/
public_html
/
sweetrich
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Sydney */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php if ( get_theme_mod('site_favicon') ) : ?> <link rel="shortcut icon" href="<?php echo esc_url(get_theme_mod('site_favicon')); ?>" /> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?> <?php sydney_do_schema( 'html' ); ?>> <?php wp_body_open(); ?> <span id="toptarget"></span> <?php do_action('sydney_before_site'); //Hooked: sydney_preloader() ?> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'sydney' ); ?></a> <?php do_action('sydney_before_header'); //Hooked: sydney_header_clone() ?> <?php do_action( 'sydney_header' ); ?> <?php do_action('sydney_after_header'); ?> <?php $address = get_post_meta( $post->ID, '_sydney_map_address', true ); ?> <?php if ($address) : ?> <div id="map" style="width: 100%; height: 350px"></div> <?php endif; ?> <?php do_action('sydney_after_hero'); ?> <div id="content" class="page-wrap"> <div class="container"> <div class="row">
[+]
..
[+]
css
[+]
demo-content
[+]
fonts
[+]
images
[+]
inc
[+]
js
[+]
languages
[+]
page-templates
[+]
partials
[+]
plugins
[+]
post-templates
[+]
theme-dashboard
[+]
updater
[+]
vendor
[+]
widgets
[+]
woocommerce
[-] 404.php
[edit]
[-] archive-employees.php
[edit]
[-] archive-services.php
[edit]
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] content-none.php
[edit]
[-] content-page.php
[edit]
[-] content-quick-view.php
[edit]
[-] content-search.php
[edit]
[-] content-single.php
[edit]
[-] content-wishlist.php
[edit]
[-] content.php
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] header-contact.php
[edit]
[-] header-featured-image.php
[edit]
[-] header-no-header.php
[edit]
[-] header.php
[edit]
[-] home.php
[edit]
[-] index.php
[edit]
[-] license.txt
[edit]
[-] page.php
[edit]
[-] README.md
[edit]
[-] readme.txt
[edit]
[-] rtl.css
[edit]
[-] screenshot.png
[edit]
[-] search.php
[edit]
[-] searchform.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar-shop.php
[edit]
[-] sidebar.php
[edit]
[-] single-employees.php
[edit]
[-] single-projects.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] sydney-gutenberg-editor-styles.css
[edit]
[-] toolset-config.json
[edit]
[-] wpml-config.xml
[edit]
[-] .htaccess.disabled
[edit]