id theme menu body footer header

This commit is contained in:
SylvainLelievre 2021-11-10 17:12:34 +01:00
parent af0f00744a
commit 4150fa72f1
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('themeSiteHelp', [
<?php echo template::button('themeBodyHelp', [
'href' => 'https://doc.zwiicms.fr/arriere-plan',
'target' => '_blank',
'ico' => 'help',

View File

@ -9,7 +9,7 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('themeSiteHelp', [
<?php echo template::button('themeFooterHelp', [
'href' => 'https://doc.zwiicms.fr/pied-de-page',
'target' => '_blank',
'ico' => 'help',

View File

@ -9,7 +9,7 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('themeSiteHelp', [
<?php echo template::button('themeHeaderHelp', [
'href' => 'https://doc.zwiicms.fr/banniere',
'target' => '_blank',
'ico' => 'help',

View File

@ -9,7 +9,7 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('themeSiteHelp', [
<?php echo template::button('themeMenuHelp', [
'href' => 'https://doc.zwiicms.fr/menu',
'target' => '_blank',
'ico' => 'help',