create body reusable field
This commit is contained in:
parent
1b62fa7589
commit
9b1aeb5cd0
15 changed files with 143 additions and 147 deletions
|
|
@ -1,5 +1,10 @@
|
|||
<footer id="main-footer">
|
||||
<ul id="links">
|
||||
<?php if (!$page->isHomePage()): ?>
|
||||
<li>
|
||||
<button class="plus open-nav" title="chercher parmi les textes">textes</button>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
<?php if ($page->is(page('inscription'))): ?>
|
||||
<li>
|
||||
<a href="<?= $site->url() ?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue