'buttonGrey', 'href' => helper::baseUrl(false), 'ico' => 'home', 'value' => 'Accueil' ]); ?>
helper::baseUrl() . 'config/manage', 'value' => 'Sauvegarder / Restaurer' ]); ?>

Informations générales

getData(['page']); foreach($pages as $page => $pageId) { if ($this->getData(['page',$page,'block']) === 'bar' || $this->getData(['page',$page,'disable']) === true) { unset($pages[$page]); } } echo template::select('configHomePageId', helper::arrayCollumn($pages, 'title', 'SORT_ASC'), [ 'label' => 'Page d\'accueil', 'selected' =>$this->getData(['config', 'homePageId']) ]); ?>
'Titre du site', 'value' => $this->getData(['config', 'title']), 'help' => 'Le titre apparaît dans la barre de titre et les partages sur les réseaux sociaux.' ]); ?>
'Description du site', 'value' => $this->getData(['config', 'metaDescription']), 'help' => 'La description apparaît dans les partages sur les réseaux sociaux.' ]); ?>

Réglages

1, 'help' => 'Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.', 'label' => 'Favicon', 'value' => $this->getData(['config', 'favicon']) ]); ?>
'Articles par page', 'selected' => $this->getData(['config', 'itemsperPage']), 'help' => 'Modules Blog et News' ]); ?>
'Fuseau horaire', 'selected' => $this->getData(['config', 'timezone']), 'help' => 'Le fuseau horaire est utile au bon référencement' ]); ?>
'Sélectionner'] , helper::arrayCollumn($this->getData(['page']), 'title', 'SORT_ASC') ); ?> 'Mentions légales', 'selected' => $this->getData(['config', 'legalPageId']), 'help' => 'Les mentions légales sont obligatoires en France' ]); ?>
$this->getData(['config', 'cookieConsent']) ]); ?>
helper::checkRewrite(), 'help' => 'Vérifiez d\'abord que votre serveur l\'autorise : ce n\'est pas le cas chez Free.' ]); ?>
$this->getData(['config', 'maintenance']) ]); ?>
$this->getData(['config', 'autoUpdate']), 'help' => 'Vérification quotidienne des mises à jour.' ]); ?>

Réseaux sociaux

'Saisissez votre ID : https://www.facebook.com/[ID].', 'label' => 'Facebook', 'value' => $this->getData(['config', 'social', 'facebookId']) ]); ?>
'Saisissez votre ID : https://www.instagram.com/[ID].', 'label' => 'Instagram', 'value' => $this->getData(['config', 'social', 'instagramId']) ]); ?>
'Saisissez votre ID : https://www.youtube.com/channel/[ID].', 'label' => 'Youtube', 'value' => $this->getData(['config', 'social', 'youtubeId']) ]); ?>
'Saisissez votre ID : https://twitter.com/[ID].', 'label' => 'Twitter', 'value' => $this->getData(['config', 'social', 'twitterId']) ]); ?>
'Saisissez votre ID : https://pinterest.com/[ID].', 'label' => 'Pinterest', 'value' => $this->getData(['config', 'social', 'pinterestId']) ]); ?>
'Saisissez votre ID Linkedin : https://fr.linkedin.com/in/[ID].', 'label' => 'Linkedin', 'value' => $this->getData(['config', 'social', 'linkedinId']) ]); ?>
'Saisissez votre ID Github : https://github.com/[ID].', 'label' => 'Github', 'value' => $this->getData(['config', 'social', 'githubId']) ]); ?>

Référencement

helper::baseUrl() . 'config/configMetaImage', 'value' => 'Rafraîchir la capture d\'écran Open Graph' ]); ?>
helper::baseUrl() . 'config/generateFiles', 'value' => 'Générer sitemap.xml et robots.txt' ]); ?>

Options avancées

'Saisissez l\'ID de suivi.', 'label' => 'Google Analytics', 'placeholder' => 'UA-XXXXXXXX-X', 'value' => $this->getData(['config', 'analyticsId']) ]); ?>
'Insérer un script dans "Head"', 'value' => $headerFile ]); ?>
'Insérer un script dans "Body"', 'value' => $bodyFile ]); ?>

Versions système

'ZwiiCMS', 'readonly' => true, 'value' => common::ZWII_VERSION ]); ?>
'Blog', 'readonly' => true, 'value' => blog::BLOG_VERSION ]); ?>
'Form', 'readonly' => true, 'value' => form::FORM_VERSION ]); ?>
'Gallery', 'readonly' => true, 'value' => gallery::GALLERY_VERSION ]); ?>
'News', 'readonly' => true, 'value' => news::NEWS_VERSION ]); ?>
'Redirection', 'readonly' => true, 'value' => redirection::REDIRECTION_VERSION ]); ?>