You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
7.6 KiB
155 lines
7.6 KiB
<?php if (! defined('BASEPATH')) {
|
|
exit('No direct script access allowed');
|
|
}
|
|
|
|
use app\core\auth\User as UserAuth;
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<!-- Add Trackers -->
|
|
<?php $this->load->view('frontoffice/trackers/cmp'); ?>
|
|
<?php $this->load->view('frontoffice/trackers/gaheader'); ?>
|
|
<?php $this->load->view('frontoffice/trackers/outbrain'); ?>
|
|
<?php $this->load->view('frontoffice/trackers/fbpixel'); ?>
|
|
|
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, user-scalable=no">
|
|
<meta name="google" content="notranslate">
|
|
<meta name="robots" content="index, follow" />
|
|
<meta Http-Equiv="Cache-Control" Content="no-cache">
|
|
<meta Http-Equiv="Pragma" Content="no-cache">
|
|
<meta Http-Equiv="Accept-Encoding" Content="gzip, deflate">
|
|
<meta Http-Equiv="Content-Encoding" Content="gzip">
|
|
<meta name="<?=$csrf['name'];?>" content="<?=$csrf['hash'];?>">
|
|
<title><?=$page_title;?></title>
|
|
<meta name = "keywords" content = "Atelier écriture, Atelier écriture en ligne, Cours d'écriture, Apprendre à écrire, Masterclass écriture, Cours d'oenologie, ormation oenologie, Cours photo, Apprendre la photo, Formation photographe, Comment devenir photographe, Comment apprendre la photographie, Ecole de photographie" />
|
|
<meta name = "keywords" content = "the workshop world, workshop the world, writing workshop, Agnès Desarthe writing workshop, Agnes Desarthe The World, writing class the world, learn to write Company For Madagascar, Dictation, Interactive dictation, Comic, Agnes Desarthe, Muriel Gilbert" />
|
|
<meta name = "description" content = "<?=$page_description;?>" />
|
|
<!-- <meta name = "description" content = "Retrouvez l'ensemble des ateliers organisés par la rédaction du Company For Madagascar." /> -->
|
|
<!-- GOOGLE ANALYTICS-->
|
|
<link href="<?=auto_version(images_bundle()."favicon.ico")?>" rel="icon" sizes="32x32"/>
|
|
<link rel="stylesheet" href="<?=auto_version(plugins_bundle()."bootstrap/bootstrap-4.3.1/css/bootstrap.min.css")?>">
|
|
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css" integrity="sha256-7rF6RaSKyh16288E3hVdzQtHyzatA2MQRGu0cf6pqqM=" crossorigin="anonymous" />
|
|
<!-- Google Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
|
|
|
|
<link href="<?=auto_version(plugins_bundle()."slick-1.8.1/slick/slick.css")?>" rel="stylesheet"/>
|
|
<link href="<?=auto_version(plugins_bundle()."slick-1.8.1/slick/slick-theme.css")?>" rel="stylesheet"/>
|
|
|
|
<!-- CUSTOM CSS -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
<script src="<?=auto_version(app_bundle()."frontoffice/redirection.js")?>"></script>
|
|
<link href="<?=auto_version(styles_bundle()."frontoffice/frontoffice.css")?>" rel="stylesheet"/>
|
|
<link href="<?=auto_version(styles_bundle()."frontoffice/custom.css")?>" rel="stylesheet"/>
|
|
<link href="<?=styles_bundle();?>frontoffice/frontoffice.php?bg=<?=(isset($page_banner_bg)) ? auto_version($page_banner_bg) :'' ?>" rel="stylesheet"/>
|
|
<?php if(isset($load_styles) && !empty($load_styles)) {
|
|
foreach ($load_styles as $extraHeader):
|
|
echo $extraHeader . "\n ";
|
|
endforeach;
|
|
}?>
|
|
<script nonce="<?=$csp_nonce?>"> const baseurl = "<?php echo base_url()?>";</script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/js/all.min.js" integrity="sha256-HT9Zb3b1PVPvfLH/7/1veRtUvWObQuTyPn8tezb5HEg=" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<?php $this->load->view('frontoffice/trackers/nonscript'); ?>
|
|
|
|
<!-- Navigation -->
|
|
|
|
<?php if(($this->uri->segment(1)=="cours-en-ligne-achat" || $this->uri->segment(2)=="" || $this->uri->segment(2) != is_numeric($this->uri->segment(2))) && $this->uri->segment(1) !=="event_details"){?>
|
|
<div class="topnav <?=$this->uri->segment(1)=="cours-du-soir" || $this->uri->segment(1)=="atelier-a-distance" || $this->uri->segment(1)=="atelier-a-distance2" ? 'bg-atelier': ''?>">
|
|
<?php } else {?>
|
|
<div class="topnav <?php if ($event_details->workshop_session === 'ENLIGNE') {echo 'bg-enligne';}else{ echo 'bg-atelier';} ?>">
|
|
<?php }?>
|
|
|
|
<div class="container-fluid">
|
|
<nav class="px-0 py-0 navbar navbar2 navbar-expand-md navbar-expand-lg">
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="fas fa-bars"></span>
|
|
</button>
|
|
<!-- <ul class="nav navbar-nav navbar-left back">
|
|
<span class="navbar-text backto_home" id="back_to_home">
|
|
</span>
|
|
</ul> -->
|
|
<a class="navbar-brand logoimg mr-auto" href="<?=(UserAuth::isFirstLogin())?"#":base_url()?>"><img class="logo d-inline-block align-center" src="<?php echo auto_version(base_url('FW/assets/img/logo_dark.png')); ?>"></a>
|
|
|
|
<?php $this->load->view('layouts/header_nav_link.php', array('logged_in' => UserAuth::auth())); ?>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <header class="all_access">
|
|
<div class="container h-100">
|
|
<div class="row h-100 align-items-center">
|
|
<div class="col-12 text-center">
|
|
<h1 class="font-weight-light"></h1>
|
|
<p class="lead"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header> -->
|
|
|
|
<div id="top"></div>
|
|
|
|
<!-- Banner For all pages -->
|
|
<!-- <div class="mon-banner-container">
|
|
<div class="container">
|
|
<div>
|
|
<div class="banner-title">BANNER TITLE</div>
|
|
<div class="banner-description">
|
|
YOUR BANNER DESCRIPTION HERE
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<img src="<?php echo auto_version(base_url('resources/images/frontoffice/mondosphere/sdl-banner.jpg')); ?>">
|
|
</div> -->
|
|
|
|
<!-- <div class="container"> -->
|
|
|
|
<!-- Main Content Loaded Here -->
|
|
<div class="main-container">
|
|
<?php if (isset($content) && !empty($content)) {
|
|
$this->load->view($content);
|
|
}?>
|
|
<!-- /Content -->
|
|
|
|
<?php
|
|
$this->load->view('frontoffice/notification/index', array('loggged_in' => UserAuth::auth()));
|
|
?>
|
|
</div>
|
|
<!-- </div> -->
|
|
<!-- /container -->
|
|
<!-- Load Footer -->
|
|
<?php $this->load->view('layouts/footer.php');?>
|
|
<!-- Jquery -->
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
<script src="https://unpkg.com/popper.js"></script>
|
|
|
|
<!-- Vimeo Player API -->
|
|
<script src="https://player.vimeo.com/api/player.js"></script>
|
|
|
|
<script src="<?=auto_version(app_bundle()."ui.js")?>"></script>
|
|
<script src="<?=auto_version(app_bundle()."masterclass.js")?>"></script>
|
|
|
|
<script src="<?=auto_version(plugins_bundle()."bootstrap/bootstrap-4.3.1/js/bootstrap.min.js")?>"></script>
|
|
<script src="<?=auto_version(plugins_bundle()."slick-1.8.1/slick/slick.js")?>"></script>
|
|
<!-- App JS -->
|
|
<script src="<?=auto_version(app_bundle()."app.js")?>"></script>
|
|
<!-- GA Tracker -->
|
|
<?php $this->load->view('frontoffice/trackers/gafooter'); ?>
|
|
|
|
<?php if (isset($load_scripts) && !empty($load_scripts)) {
|
|
foreach ($load_scripts as $extraHeader) :
|
|
echo $extraHeader . "\n ";
|
|
endforeach;
|
|
}?>
|
|
|
|
</body>
|
|
</html>
|
|
|