forked from ZwiiCMS-Team/ZwiiCMS
[9.1.04] Commentaires footer
This commit is contained in:
parent
d30618fe65
commit
5ca13a9b0d
@ -1888,14 +1888,14 @@ class layout extends common {
|
|||||||
* Affiche le copyright
|
* Affiche le copyright
|
||||||
*/
|
*/
|
||||||
public function showCopyright() {
|
public function showCopyright() {
|
||||||
// Bloc copyright
|
// Ouverture Bloc copyright
|
||||||
$items = '<div id="footerCopyright">';
|
$items = '<div id="footerCopyright">';
|
||||||
$items .= '<span id="footerFont">';
|
$items .= '<span id="footerFont">';
|
||||||
// Affichage de motorisé par
|
// Affichage de motorisé par
|
||||||
$items .= '<span id="footerDisplayCopyright" ';
|
$items .= '<span id="footerDisplayCopyright" ';
|
||||||
$items .= $this->getData(['theme','footer','displayCopyright']) === false ? 'class="displayNone"' : '';
|
$items .= $this->getData(['theme','footer','displayCopyright']) === false ? 'class="displayNone"' : '';
|
||||||
$items .= '>Motorisé par </span>';
|
$items .= '>Motorisé par </span>';
|
||||||
// Toujours affiche le nom du CMS
|
// Toujours afficher le nom du CMS
|
||||||
$items .= '<span id="footerZwiiCMS">';
|
$items .= '<span id="footerZwiiCMS">';
|
||||||
$items .= '<a href="http://zwiicms.com/" onclic="window.open(this.href);return false" data-tippy-content="Zwii CMS sans base de données, très léger et performant">ZwiiCMS</a>';
|
$items .= '<a href="http://zwiicms.com/" onclic="window.open(this.href);return false" data-tippy-content="Zwii CMS sans base de données, très léger et performant">ZwiiCMS</a>';
|
||||||
$items .= '</span>';
|
$items .= '</span>';
|
||||||
@ -1904,7 +1904,7 @@ class layout extends common {
|
|||||||
$items .= $this->getData(['theme','footer','displayVersion']) === false ? 'class="displayNone"' : '';
|
$items .= $this->getData(['theme','footer','displayVersion']) === false ? 'class="displayNone"' : '';
|
||||||
$items .= '><wbr> '. common::ZWII_VERSION ;
|
$items .= '><wbr> '. common::ZWII_VERSION ;
|
||||||
$items .= '</span>';
|
$items .= '</span>';
|
||||||
// Afifchage du lien de connexion
|
// Affichage du lien de connexion
|
||||||
$items .= '<span id="footerDisplaySiteMap"';
|
$items .= '<span id="footerDisplaySiteMap"';
|
||||||
$items .= $this->getData(['theme','footer','displaySiteMap']) === false? 'class="displayNone"' : '';
|
$items .= $this->getData(['theme','footer','displaySiteMap']) === false? 'class="displayNone"' : '';
|
||||||
$items .= '><wbr> | <a href="' . helper::baseUrl() . 'sitemap" data-tippy-content="Plan du site" >Plan du site</a>';
|
$items .= '><wbr> | <a href="' . helper::baseUrl() . 'sitemap" data-tippy-content="Plan du site" >Plan du site</a>';
|
||||||
|
Loading…
Reference in New Issue
Block a user