forked from ZwiiCMS-Team/ZwiiCMS
Modif site defaut size et espaces insécables footer
This commit is contained in:
parent
47a594c1de
commit
f2c77c355c
@ -381,7 +381,7 @@ class common {
|
||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||
'radius' => '0',
|
||||
'shadow' => '0',
|
||||
'width' => '1170px',
|
||||
'width' => '960px',
|
||||
'blocks' => '100'
|
||||
],
|
||||
'text' => [
|
||||
@ -1932,12 +1932,12 @@ class layout extends common {
|
||||
}
|
||||
|
||||
/**
|
||||
* Affiche le coyright
|
||||
* Affiche le cooyright
|
||||
*/
|
||||
public function showCopyright() {
|
||||
$items = '<div id="footerCopyright">';
|
||||
$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 .= '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 .= ' | <a href="' . helper::baseUrl() . 'sitemap" title="Plan du site" >Plan du site</a>';
|
||||
if(
|
||||
(
|
||||
$this->getData(['theme', 'footer', 'loginLink'])
|
||||
|
Loading…
Reference in New Issue
Block a user