hide text button
This commit is contained in:
parent
cc3feb0366
commit
2af1980274
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<footer id="main-footer">
|
<footer id="main-footer">
|
||||||
<ul id="links">
|
<ul id="links">
|
||||||
<?php if (!$page->isHomePage()): ?>
|
<?php if (!$page->isHomePage() && $kirby->user()->isLoggedIn()): ?>
|
||||||
<li class="open-nav-wrapper">
|
<li class="open-nav-wrapper">
|
||||||
<button class="plus open-nav" title="chercher parmi les textes">textes</button>
|
<button class="plus open-nav" title="chercher parmi les textes">textes</button>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue