diff --git a/core/core.php b/core/core.php index d6f40cb5..8bfcd270 100644 --- a/core/core.php +++ b/core/core.php @@ -1888,14 +1888,14 @@ class layout extends common { * Affiche le copyright */ public function showCopyright() { - // Bloc copyright + // Ouverture Bloc copyright $items = '
'; $items .= ''; // Affichage de motorisé par $items .= 'getData(['theme','footer','displayCopyright']) === false ? 'class="displayNone"' : ''; $items .= '>Motorisé par '; - // Toujours affiche le nom du CMS + // Toujours afficher le nom du CMS $items .= ''; $items .= 'ZwiiCMS'; $items .= ''; @@ -1904,7 +1904,7 @@ class layout extends common { $items .= $this->getData(['theme','footer','displayVersion']) === false ? 'class="displayNone"' : ''; $items .= '> '. common::ZWII_VERSION ; $items .= ''; - // Afifchage du lien de connexion + // Affichage du lien de connexion $items .= 'getData(['theme','footer','displaySiteMap']) === false? 'class="displayNone"' : ''; $items .= '> | Plan du site';