| Server IP : 91.134.83.25 / Your IP : 216.73.216.137 Web Server : Apache System : Linux plesk.serveurapc.fr 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64 User : marrasse ( 10057) PHP Version : 8.2.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/as-cp.fr/wpascp/wp-content/themes/agencepointcom/ |
Upload File : |
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Agence_Point_Com
*/
?>
<!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="https://gmpg.org/xfn/11">
<?php wp_head(); ?>
<link rel='stylesheet' id='fontawesome-css' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.css' type='text/css' media='all' />
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/script-frontend.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GP0WSY0MHF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GP0WSY0MHF');
</script>
</head>
<body <?php body_class(); ?>>
<div id="page" class="site">
<header id="masthead" class="site-header">
<div class="site-branding">
<?php
the_custom_logo();
?>
</div><!-- .site-branding -->
<nav id="site-navigation" class="main-navigation">
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><?php esc_html_e( 'Primary Menu', 'agencepointcom' ); ?></button>
<?php
wp_nav_menu( array(
'theme_location' => 'menu-1',
'menu_id' => 'primary-menu',
) );
?>
</nav><!-- #site-navigation -->
<div class="conteneur_social_top_header">
<?php
if(get_option('facebook_topheader')){
echo '<span id="facebook_topheader"><a href="'.get_option('facebook_topheader').'" target="_blank"><i class="fab fa-facebook-square"></i></a></span>';
}
if(get_option('twitter_topheader')){
echo '<span id="twitter_topheader"><a href="'.get_option('twitter_topheader').'" target="_blank"><i class="fab fa-twitter"></i></a></span>';
}
if(get_option('instagram_topheader')){
echo '<span id="instagram_topheader"><a href="'.get_option('instagram_topheader').'" target="_blank"><i class="fab fa-instagram"></i></a></span>';
}
if(get_option('linkedin_topheader')){
echo '<span id="linkedin_topheader"><a href="'.get_option('linkedin_topheader').'" target="_blank"><i class="fab fa-linkedin"></i></a></span>';
}
?>
</div>
</header><!-- #masthead -->
<div id="content" class="site-content">