forked from ZwiiCMS-Team/ZwiiCMS
nbsp dans footer
This commit is contained in:
parent
a2cff73843
commit
e565e9321a
@ -1931,25 +1931,25 @@ class layout extends common {
|
|||||||
echo $this->core->output['content'];
|
echo $this->core->output['content'];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Affiche le cooyright
|
* Affiche le copyright
|
||||||
*/
|
*/
|
||||||
public function showCopyright() {
|
public function showCopyright() {
|
||||||
$items = '<div id="footerCopyright">';
|
$items = '<div id="footerCopyright">';
|
||||||
$items .= 'Motorisé par <a href="http://zwiicms.com/" onclick="window.open(this.href);return false" title="ZwiiCMS sans base de données, très léger et performant">Zwii</a>';
|
$items .= 'Motorisé par <a href="http://zwiicms.com/" onclick="window.open(this.href);return false" title="Zwii CMS sans base de données, très léger et performant">Zwii</a>';
|
||||||
$items .= ' | <a href="' . helper::baseUrl() . 'sitemap" title="Plan du site" >Plan du site</a>';
|
$items .= ' | <a href="' . helper::baseUrl() . 'sitemap" title="Plan du site" >Plan du site</a>';
|
||||||
if(
|
if(
|
||||||
(
|
(
|
||||||
$this->getData(['theme', 'footer', 'loginLink'])
|
$this->getData(['theme', 'footer', 'loginLink'])
|
||||||
AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')
|
AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')
|
||||||
)
|
)
|
||||||
OR $this->getUrl(0) === 'theme'
|
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"' : '') . '> | <a href="' . helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl()) . '" title="Connexion à l\'administration" >Connexion</a></span>';
|
||||||
}
|
}
|
||||||
$items .= '</div>';
|
$items .= '</div>';
|
||||||
echo $items;
|
echo $items;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Affiche le favicon
|
* Affiche le favicon
|
||||||
|
Loading…
Reference in New Issue
Block a user