Server IP : 10.107.20.4  /  Your IP : 216.73.217.92
Web Server : Apache
System : Linux webm004.cluster107.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : simfexinjt ( 803937)
PHP Version : 7.1.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/simfexinjt/../s/../simfexinjt/dev/../dev/../www/wp-content/themes/simflex/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/simfexinjt/../s/../simfexinjt/dev/../dev/../www/wp-content/themes/simflex/header.php
<!doctype html>
<html <?php language_attributes(); ?> class="no-js">
	<head>
		<meta charset="<?php bloginfo('charset'); ?>">
		<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>

		<link href="//www.google-analytics.com" rel="dns-prefetch">
        <link href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon.ico" rel="shortcut icon">
        <link href="<?php echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed">

		<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="description" content="<?php bloginfo('description'); ?>">

		<?php wp_head(); ?>

	</head>
	<body <?php body_class(); ?>>

		<!-- wrapper -->
		<div class="wrapper">

			<!-- header -->
			<header class="l-header clear" role="banner">

                    <div class="container">

                        <!-- logo -->
                        <div class="logo">
                            <div>
                                <a href="<?php echo home_url(); ?>">
                                    <!-- svg logo - toddmotto.com/mastering-svg-use-for-a-retina-web-fallbacks-with-png-script -->
                                    <img src="<?php echo get_template_directory_uri(); ?>/img/logo.svg" alt="Logo" class="logo-img">
                                </a>
                            </div>
                        </div>
                        <!-- /logo -->


                        <!-- nav -->
                        <nav class="nav" role="navigation">
                            <div>
                                <?php header_nav(); ?>
                            </div>
                        </nav>
                        <!-- /nav -->

                        <!-- tools -->
                        <div class="tools">
                            <div>
                                <div class="tools-item mobile-burger">
                                    <a id="burger" class="sliding-panel-button" href="#">
                                        <i class="icon icon-burger"></i>
                                    </a>
                                </div>
                                <div class="tools-item polylang">
                                    <ul class="list list-divider">
                                        <?php pll_the_languages(); ?>
                                    </ul>
                                </div>
                                <div class="tools-item number-phone">
                                    <button class="hidden-number"><i class="icon icon-phone"></i> <?php the_field('numero_de_telephone', 'option'); ?></button>
                                </div>
                            </div>
                        </div>
                        <!-- /tools -->

                        <!-- mobile -->
                        <nav class="js-menu sliding-panel-content">
                            <?php header_nav(); ?>
                        </nav>

                        <div class="js-menu-screen sliding-panel-fade-screen"></div>
                        <!-- /mobile -->

                    </div>
			</header>
			<!-- /header -->