From 29037101d8cbf3354d882a51d810453bdb539696 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 11 Jan 2019 18:53:21 +0100 Subject: [PATCH] nbsp dans footer --- core/core.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/core/core.php b/core/core.php index e0312256..d4c01d1f 100644 --- a/core/core.php +++ b/core/core.php @@ -1842,25 +1842,25 @@ class layout extends common { echo $this->core->output['content']; } - /** - * Affiche le coyright - */ - public function showCopyright() { - $items = '
'; - $items .= 'Motorisé par Zwii'; - $items .= ' | Plan du site'; - if( - ( - $this->getData(['theme', 'footer', 'loginLink']) - AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') - ) - OR $this->getUrl(0) === 'theme' - ) { - $items .= 'getUrl(0) === 'theme' ? 'class="displayNone"' : '') . '> | Connexion'; - } - $items .= '
'; - echo $items; - } +/** + * Affiche le copyright + */ + public function showCopyright() { + $items = '
'; + $items .= 'Motorisé par Zwii'; + $items .= ' | Plan du site'; + if( + ( + $this->getData(['theme', 'footer', 'loginLink']) + AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') + ) + OR $this->getUrl(0) === 'theme' + ) { + $items .= 'getUrl(0) === 'theme' ? 'class="displayNone"' : '') . '> | Connexion'; + } + $items .= '
'; + echo $items; + } /** * Affiche le favicon