forked from ZwiiCMS-Team/ZwiiCMS
Modif site defaut size et espaces insécables footer
This commit is contained in:
parent
47a594c1de
commit
c1136f2dd3
@ -381,7 +381,7 @@ class common {
|
|||||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||||
'radius' => '0',
|
'radius' => '0',
|
||||||
'shadow' => '0',
|
'shadow' => '0',
|
||||||
'width' => '1170px',
|
'width' => '960px',
|
||||||
'blocks' => '100'
|
'blocks' => '100'
|
||||||
],
|
],
|
||||||
'text' => [
|
'text' => [
|
||||||
@ -1932,12 +1932,12 @@ class layout extends common {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Affiche le coyright
|
* Affiche le cooyright
|
||||||
*/
|
*/
|
||||||
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="Zwii CMS 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="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>';
|
$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'])
|
||||||
|
Loading…
Reference in New Issue
Block a user