add info template (for à propos page)
This commit is contained in:
parent
1e9a192a40
commit
57e9ca74da
7 changed files with 48 additions and 9 deletions
20
site/templates/info.php
Normal file
20
site/templates/info.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php snippet('header') ?>
|
||||
<main id="<?= $page->template() ?>">
|
||||
<div id="entry-btns">
|
||||
<button
|
||||
class="entry-btn entry-btn--left toggle-btn left"
|
||||
onclick="togglePanel('left')"
|
||||
>années</button>
|
||||
<button
|
||||
class="entry-btn entry-btn--right toggle-btn right"
|
||||
onclick="togglePanel('right')"
|
||||
>categories</button>
|
||||
</div>
|
||||
<article>
|
||||
<div class="content">
|
||||
<?= $page->body() ?>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<?php snippet('footer') ?>
|
||||
|
|
@ -1,6 +1,4 @@
|
|||
<?php snippet('header', array(
|
||||
'entryTopPos' => 20
|
||||
)) ?>
|
||||
<?php snippet('header') ?>
|
||||
<main id="<?= $page->template() ?>">
|
||||
<article>
|
||||
<?php snippet('cover', array('isOpen' => true), slots: true) ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue