ajout d'un toggle pour désactiver le bandeau du haut de la page
This commit is contained in:
parent
c5ae72945d
commit
f771bb3f24
95 changed files with 22574 additions and 1 deletions
|
|
@ -46,7 +46,8 @@
|
|||
</style>
|
||||
</head>
|
||||
<body data-template="<?= $page->template() ?>">
|
||||
<?php if ($page->isHomePage()): ?>
|
||||
<?php if ($page->isHomePage() && $site->infoBannerEnabled()->toBool()): ?>
|
||||
|
||||
<?php snippet('info-banner') ?>
|
||||
<?php endif ?>
|
||||
<?php snippet('nav') ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue