nbsp dans footer

This commit is contained in:
fredtempez 2019-01-11 18:53:21 +01:00
parent 1a57893154
commit 29037101d8
1 changed files with 19 additions and 19 deletions

View File

@ -1843,7 +1843,7 @@ class layout extends common {
}
/**
* Affiche le coyright
* Affiche le copyright
*/
public function showCopyright() {
$items = '<div id="footerCopyright">';
@ -1856,7 +1856,7 @@ class layout extends common {
)
OR $this->getUrl(0) === 'theme'
) {
$items .= '<span id="footerLoginLink" ' . ($this->getUrl(0) === 'theme' ? 'class="displayNone"' : '') . '> | <a href="' . helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl()) . '" title="Connexion à l\'administration" >Connexion</a></span>';
$items .= '<span id="footerLoginLink" ' . ($this->getUrl(0) === 'theme' ? 'class="displayNone"' : '') . '>&nbsp;|&nbsp;<a href="' . helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl()) . '" title="Connexion à l\'administration" >Connexion</a></span>';
}
$items .= '</div>';
echo $items;