save before move tabs outside from header
This commit is contained in:
parent
f9397935bd
commit
94d404288f
13 changed files with 116 additions and 64 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php snippet('header') ?>
|
||||
<header id="header">
|
||||
<header id="main-header">
|
||||
<div id="logo">
|
||||
<a href="/" class="no-line">
|
||||
<h1 id="actuel">actuel</h1>
|
||||
|
|
@ -9,15 +9,22 @@
|
|||
</header>
|
||||
|
||||
<main id="<?= $page->template() ?>">
|
||||
<h3 class="title-center">
|
||||
critique des arts<br />
|
||||
et des techniques<br>
|
||||
</h3>
|
||||
<?php snippet('tabs', [
|
||||
'left' => [
|
||||
'label' => 'édito',
|
||||
'content' => $site->edito()
|
||||
]
|
||||
]) ?>
|
||||
<?php snippet('cover', slots: true) ?>
|
||||
<?php slot('title') ?>
|
||||
<h3 class="title-center">
|
||||
revue critique<br>
|
||||
des arts et des techniques<br>
|
||||
</h3>
|
||||
<?php endslot() ?>
|
||||
|
||||
<?php slot('tabs') ?>
|
||||
<?php snippet('tabs', [
|
||||
'left' => [
|
||||
'label' => 'édito',
|
||||
'content' => $site->edito()
|
||||
]
|
||||
]) ?>
|
||||
<?php endslot() ?>
|
||||
<?php endsnippet() ?>
|
||||
</main>
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue