|
|
@ -20,46 +20,21 @@ |
|
|
|
<body id="top" class="page mode-<?php $plxShow->mode(true) ?>"> |
|
|
|
|
|
|
|
<header class="header sticky"> |
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
|
|
|
|
<div class="grid"> |
|
|
|
|
|
|
|
<div class="col sml-6"> |
|
|
|
|
|
|
|
<div id="main-header" class="logo"> |
|
|
|
|
|
|
|
<img src="<?php $plxShow->template(); ?>/img/logo-hadoly.png" alt="logo d'Hadoly"> |
|
|
|
|
|
|
|
<div id="title"> |
|
|
|
<h1 class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
|
|
|
|
<h2 id="subtitle" class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col sml-6"> |
|
|
|
|
|
|
|
<nav class="nav"> |
|
|
|
|
|
|
|
<div class="responsive-menu"> |
|
|
|
<label for="menu"></label> |
|
|
|
<input type="checkbox" id="menu"> |
|
|
|
<ul class="menu"> |
|
|
|
<?php $plxShow->staticList($plxShow->getLang('HOME'),'<li class="#static_class #static_status" id="#static_id"><a href="#static_url" title="#static_name">#static_name</a></li>'); ?>
|
|
|
|
<?php $plxShow->pageBlog('<li class="#page_class #page_status" id="#page_id"><a href="#page_url" title="#page_name">#page_name</a></li>'); ?>
|
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
|
|
|
|
</nav> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<img src="<?php $plxShow->template(); ?>/img/logo-hadoly.png" alt="logo d'Hadoly"> |
|
|
|
|
|
|
|
<div id="title"> |
|
|
|
<h1 class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
|
|
|
|
<h2 id="subtitle" class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
|
|
|
|
</div> |
|
|
|
|
|
|
|
<nav class="nav"> |
|
|
|
<div class="responsive-menu"> |
|
|
|
<label for="menu"></label> |
|
|
|
<input type="checkbox" id="menu"> |
|
|
|
<ul class="menu"> |
|
|
|
<?php $plxShow->staticList($plxShow->getLang('HOME'),'<li class="#static_class #static_status" id="#static_id"><a href="#static_url" title="#static_name">#static_name</a></li>'); ?>
|
|
|
|
<?php $plxShow->pageBlog('<li class="#page_class #page_status" id="#page_id"><a href="#page_url" title="#page_name">#page_name</a></li>'); ?>
|
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</nav> |
|
|
|
</header> |