53 lines
1.7 KiB
PHP
Executable File
53 lines
1.7 KiB
PHP
Executable File
<?php
|
|
/*-----------------------------------------------------*/
|
|
include_once("_inc/config.php");
|
|
/*-----------------------------------------------------*/
|
|
|
|
$_RUBRIQUE = "ecole-des-sorciers";
|
|
|
|
/*-----------------------------------------------------*/
|
|
include_once("_inc/assets/metas.php");
|
|
include_once("_inc/assets/top.php");
|
|
/*-----------------------------------------------------*/
|
|
?>
|
|
|
|
|
|
|
|
|
|
<div class="page">
|
|
|
|
<div id="arianne">
|
|
<a href="home.php">Accueil</a> |
|
|
<a href="nouveautes.php">Formez-vous</a> |
|
|
<span class="current">L'école des sorciers</span>
|
|
</div>
|
|
|
|
<div class="page_menu">
|
|
<a href="nouveautes.php"><span>Nouveautés</span></a>
|
|
<a href="fiches-produits.php"><span>Fiches produits</span></a>
|
|
<a href="ecole-des-sorciers.php" class="current"><span>L'école des <img src="_img/produits/sorciers2.png" alt="sorciers" /></span></a>
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
<div class="btn-historique" onclick="location.href='./ecole-des-sorciers-historique.php'">Cliquez ici pour savoir quels modules ont été validés</div>
|
|
<div class="produits_contents">
|
|
|
|
<!-- <iframe style="border:none;overflow:hidden;width:100%;height:750px;" src="http://www.garanciapharmacien.castor.planet-service.net/articulate/story.html"></iframe> -->
|
|
<iframe style="border:none;overflow:hidden;width:100%;height:750px;" src="http://www.garancia-pharmaciens.com/votre_parcours/story.html"></iframe>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
/*-----------------------------------------------------*/
|
|
include_once("_inc/assets/footer.php");
|
|
/*-----------------------------------------------------*/
|
|
?>
|