From 70a496a749c288320fd74b1314959083cb8593ae Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 1 Sep 2020 20:48:40 +0200 Subject: [PATCH] =?UTF-8?q?modif=20url=20vers=20zwiicms.fr=20=20+=20=C3=A9?= =?UTF-8?q?criture=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/helper.class.php | 2 +- core/core.js.php | 2 +- core/core.php | 17 +++++++++-------- core/layout/blank.css | 2 +- core/layout/common.css | 2 +- core/layout/light.css | 2 +- core/module/config/config.php | 2 +- core/module/config/view/backup/backup.css | 2 +- core/module/config/view/backup/backup.js.php | 2 +- core/module/config/view/index/index.css | 2 +- core/module/config/view/index/index.js.php | 2 +- core/module/config/view/manage/manage.css | 2 +- core/module/config/view/script/script.css | 2 +- core/module/install/install.php | 2 +- core/module/install/view/index/index.js.php | 2 +- core/module/install/view/update/update.css | 2 +- core/module/maintenance/maintenance.php | 2 +- core/module/page/page.php | 2 +- core/module/page/view/edit/edit.css | 2 +- core/module/page/view/edit/edit.js.php | 2 +- core/module/sitemap/sitemap.php | 2 +- core/module/theme/theme.php | 2 +- core/module/theme/view/admin/admin.css | 2 +- core/module/theme/view/admin/admin.js.php | 2 +- core/module/theme/view/advanced/advanced.css | 2 +- core/module/theme/view/advanced/advanced.js.php | 2 +- core/module/theme/view/body/body.css | 2 +- core/module/theme/view/body/body.js.php | 2 +- core/module/theme/view/footer/footer.css | 2 +- core/module/theme/view/footer/footer.js.php | 2 +- core/module/theme/view/header/header.css | 2 +- core/module/theme/view/header/header.js.php | 2 +- core/module/theme/view/index/index.css | 2 +- core/module/theme/view/index/index.js.php | 2 +- core/module/theme/view/manage/manage.css | 2 +- core/module/theme/view/menu/menu.css | 2 +- core/module/theme/view/menu/menu.js.php | 2 +- core/module/theme/view/site/site.css | 2 +- core/module/theme/view/site/site.js.php | 2 +- core/module/user/user.php | 2 +- core/module/user/view/add/add.css | 2 +- core/module/user/view/add/add.js.php | 2 +- core/module/user/view/edit/edit.css | 2 +- core/module/user/view/edit/edit.js.php | 2 +- core/module/user/view/forgot/forgot.css | 2 +- core/module/user/view/index/index.css | 2 +- core/module/user/view/index/index.js.php | 2 +- core/module/user/view/login/login.css | 2 +- core/module/user/view/reset/reset.css | 2 +- index.php | 2 +- module/blog/blog.php | 2 +- module/blog/view/add/add.css | 2 +- module/blog/view/add/add.js.php | 2 +- module/blog/view/article/article.js.php | 2 +- module/blog/view/comment/comment.css | 2 +- module/blog/view/comment/comment.js.php | 2 +- module/blog/view/config/config.css | 2 +- module/blog/view/config/config.js.php | 2 +- module/blog/view/edit/edit.css | 2 +- module/blog/view/edit/edit.js.php | 2 +- module/form/form.php | 2 +- module/form/view/config/config.js.php | 2 +- module/form/view/data/data.css | 2 +- module/form/view/data/data.js.php | 2 +- module/form/view/index/index.js.php | 2 +- module/gallery/gallery.php | 2 +- module/gallery/view/config/config.css | 2 +- module/gallery/view/config/config.js.php | 2 +- module/gallery/view/edit/edit.css | 2 +- module/gallery/view/edit/edit.js.php | 2 +- module/gallery/view/gallery/gallery.js.php | 2 +- module/gallery/view/theme/theme.css | 2 +- module/news/news.php | 2 +- module/news/view/add/add.css | 2 +- module/news/view/add/add.js.php | 2 +- module/news/view/config/config.css | 2 +- module/news/view/config/config.js.php | 2 +- module/news/view/edit/edit.js.php | 2 +- module/redirection/redirection.php | 2 +- module/redirection/view/config/config.css | 2 +- module/redirection/view/index/index.css | 2 +- module/redirection/view/index/index.js.php | 2 +- module/search/search.php | 2 +- module/search/view/config/config.css | 2 +- 84 files changed, 92 insertions(+), 91 deletions(-) diff --git a/core/class/helper.class.php b/core/class/helper.class.php index 86649506..f14395fc 100644 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -187,7 +187,7 @@ class helper { * @return string */ public static function getOnlineVersion() { - return (helper::urlGetContents('http://zwiicms.com/update/'. common::ZWII_UPDATE_CHANNEL . '/version')); + return (helper::urlGetContents('http://zwiicms.fr/update/'. common::ZWII_UPDATE_CHANNEL . '/version')); } diff --git a/core/core.js.php b/core/core.js.php index 7165ee17..9c16b702 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ var core = {}; diff --git a/core/core.php b/core/core.php index 0e871d58..67c628a8 100644 --- a/core/core.php +++ b/core/core.php @@ -10,7 +10,7 @@ * @license GNU General Public License, version 3 * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class common { @@ -2169,7 +2169,7 @@ class layout extends common { $items .= '>Motorisé par '; // Toujours afficher le nom du CMS $items .= ''; - $items .= 'ZwiiCMS'; + $items .= 'ZwiiCMS'; $items .= ''; // Affichage du numéro de version $items .= '' . template::ico('brush') . ''; $rightItems .= '
  • ' . template::ico('cog-alt') . '
  • '; // Mise à jour automatique + $today = mktime(0, 0, 0); // Une mise à jour est disponible + recherche auto activée + 1 jour de délais - $lastAutoUpdate = mktime(0, 0, 0); - if( $this->getData(['config','autoUpdate']) === true && - $lastAutoUpdate > $this->getData(['core','lastAutoUpdate']) + 86400 && - helper::checkNewVersion(common::ZWII_UPDATE_CHANNEL)) { - $this->setData(['core','updateAvailable', true]); - $this->setData(['core','lastAutoUpdate',$lastAutoUpdate]); + if ( $this->getData(['config','autoUpdate']) === true + AND $today > $this->getData(['core','lastAutoUpdate']) + 86400 ) { + if ( helper::checkNewVersion(common::ZWII_UPDATE_CHANNEL) ) { + $this->setData(['core','updateAvailable', true]); + $this->setData(['core','lastAutoUpdate',$today]); + } } // Afficher le bouton : Mise à jour détectée + activée if ( $this->getData(['core','updateAvailable']) === true && diff --git a/core/layout/blank.css b/core/layout/blank.css index 1f211778..b0bb2187 100755 --- a/core/layout/blank.css +++ b/core/layout/blank.css @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/layout/common.css b/core/layout/common.css index a50ecfb1..45174a7a 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/layout/light.css b/core/layout/light.css index 0fd9cda4..5ea840d3 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/config/config.php b/core/module/config/config.php index e8219783..ce2248c3 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -11,7 +11,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class config extends common { diff --git a/core/module/config/view/backup/backup.css b/core/module/config/view/backup/backup.css index a476cafe..ef7b951f 100755 --- a/core/module/config/view/backup/backup.css +++ b/core/module/config/view/backup/backup.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); diff --git a/core/module/config/view/backup/backup.js.php b/core/module/config/view/backup/backup.js.php index d3325d2c..69a768af 100755 --- a/core/module/config/view/backup/backup.js.php +++ b/core/module/config/view/backup/backup.js.php @@ -7,7 +7,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ $( document).ready(function() { diff --git a/core/module/config/view/index/index.css b/core/module/config/view/index/index.css index c7999362..49813799 100755 --- a/core/module/config/view/index/index.css +++ b/core/module/config/view/index/index.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); diff --git a/core/module/config/view/index/index.js.php b/core/module/config/view/index/index.js.php index bab33917..78ddaec2 100644 --- a/core/module/config/view/index/index.js.php +++ b/core/module/config/view/index/index.js.php @@ -7,7 +7,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ $( document).ready(function() { diff --git a/core/module/config/view/manage/manage.css b/core/module/config/view/manage/manage.css index 6faa3a6a..a7139f53 100755 --- a/core/module/config/view/manage/manage.css +++ b/core/module/config/view/manage/manage.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); \ No newline at end of file diff --git a/core/module/config/view/script/script.css b/core/module/config/view/script/script.css index 6faa3a6a..a7139f53 100755 --- a/core/module/config/view/script/script.css +++ b/core/module/config/view/script/script.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); \ No newline at end of file diff --git a/core/module/install/install.php b/core/module/install/install.php index fa966310..5d46267f 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/install/view/index/index.js.php b/core/module/install/view/index/index.js.php index 7a7d83c5..eef087dd 100644 --- a/core/module/install/view/index/index.js.php +++ b/core/module/install/view/index/index.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/install/view/update/update.css b/core/module/install/view/update/update.css index b7b07fc9..10b92b20 100755 --- a/core/module/install/view/update/update.css +++ b/core/module/install/view/update/update.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/maintenance/maintenance.php b/core/module/maintenance/maintenance.php index b91765c5..63e76e76 100644 --- a/core/module/maintenance/maintenance.php +++ b/core/module/maintenance/maintenance.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class maintenance extends common { diff --git a/core/module/page/page.php b/core/module/page/page.php index b7d53053..85b83b39 100644 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -11,7 +11,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class page extends common { diff --git a/core/module/page/view/edit/edit.css b/core/module/page/view/edit/edit.css index cb67dad9..2e992869 100755 --- a/core/module/page/view/edit/edit.css +++ b/core/module/page/view/edit/edit.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/page/view/edit/edit.js.php b/core/module/page/view/edit/edit.js.php index 2b9d0ab3..48a473d6 100644 --- a/core/module/page/view/edit/edit.js.php +++ b/core/module/page/view/edit/edit.js.php @@ -9,7 +9,7 @@ * @authorFrédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/sitemap/sitemap.php b/core/module/sitemap/sitemap.php index ed5ba2ae..0d14ded4 100644 --- a/core/module/sitemap/sitemap.php +++ b/core/module/sitemap/sitemap.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class sitemap extends common { diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 529d6900..a226d3f9 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ * @copyright : Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez */ diff --git a/core/module/theme/view/admin/admin.css b/core/module/theme/view/admin/admin.css index a7f42f05..c1a66e94 100755 --- a/core/module/theme/view/admin/admin.css +++ b/core/module/theme/view/admin/admin.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /* Thème administration */ diff --git a/core/module/theme/view/admin/admin.js.php b/core/module/theme/view/admin/admin.js.php index a745a90f..c23e98ed 100644 --- a/core/module/theme/view/admin/admin.js.php +++ b/core/module/theme/view/admin/admin.js.php @@ -7,7 +7,7 @@ * @author Fred Tempez * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/theme/view/advanced/advanced.css b/core/module/theme/view/advanced/advanced.css index bfeedf7c..654bd6be 100755 --- a/core/module/theme/view/advanced/advanced.css +++ b/core/module/theme/view/advanced/advanced.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /* Thème administration */ diff --git a/core/module/theme/view/advanced/advanced.js.php b/core/module/theme/view/advanced/advanced.js.php index 212f172e..464d93bb 100644 --- a/core/module/theme/view/advanced/advanced.js.php +++ b/core/module/theme/view/advanced/advanced.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/theme/view/body/body.css b/core/module/theme/view/body/body.css index 5ad98fd8..752c880a 100755 --- a/core/module/theme/view/body/body.css +++ b/core/module/theme/view/body/body.css @@ -8,7 +8,7 @@ * @license GNU General Public License, version 3 * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); diff --git a/core/module/theme/view/body/body.js.php b/core/module/theme/view/body/body.js.php index 9950b80f..4b46e333 100644 --- a/core/module/theme/view/body/body.js.php +++ b/core/module/theme/view/body/body.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/theme/view/footer/footer.css b/core/module/theme/view/footer/footer.css index bfeedf7c..654bd6be 100755 --- a/core/module/theme/view/footer/footer.css +++ b/core/module/theme/view/footer/footer.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /* Thème administration */ diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php index 16a68700..9b5e9c5c 100644 --- a/core/module/theme/view/footer/footer.js.php +++ b/core/module/theme/view/footer/footer.js.php @@ -9,7 +9,7 @@ * @license GNU General Public License, version 3 * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/theme/view/header/header.css b/core/module/theme/view/header/header.css index 6faa3a6a..a7139f53 100755 --- a/core/module/theme/view/header/header.css +++ b/core/module/theme/view/header/header.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); \ No newline at end of file diff --git a/core/module/theme/view/header/header.js.php b/core/module/theme/view/header/header.js.php index cc10fdef..b7d05593 100644 --- a/core/module/theme/view/header/header.js.php +++ b/core/module/theme/view/header/header.js.php @@ -9,7 +9,7 @@ * @license GNU General Public License, version 3 * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ $(document).ready(function(){ diff --git a/core/module/theme/view/index/index.css b/core/module/theme/view/index/index.css index 678d9da2..776025ed 100755 --- a/core/module/theme/view/index/index.css +++ b/core/module/theme/view/index/index.css @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/theme/view/index/index.js.php b/core/module/theme/view/index/index.js.php index 34804d79..345e765e 100644 --- a/core/module/theme/view/index/index.js.php +++ b/core/module/theme/view/index/index.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/theme/view/manage/manage.css b/core/module/theme/view/manage/manage.css index bfeedf7c..654bd6be 100755 --- a/core/module/theme/view/manage/manage.css +++ b/core/module/theme/view/manage/manage.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /* Thème administration */ diff --git a/core/module/theme/view/menu/menu.css b/core/module/theme/view/menu/menu.css index 6faa3a6a..a7139f53 100755 --- a/core/module/theme/view/menu/menu.css +++ b/core/module/theme/view/menu/menu.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); \ No newline at end of file diff --git a/core/module/theme/view/menu/menu.js.php b/core/module/theme/view/menu/menu.js.php index 8e222c6d..ab3848a5 100644 --- a/core/module/theme/view/menu/menu.js.php +++ b/core/module/theme/view/menu/menu.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ $(document).ready(function(){ diff --git a/core/module/theme/view/site/site.css b/core/module/theme/view/site/site.css index 74fce65d..2aa6edae 100755 --- a/core/module/theme/view/site/site.css +++ b/core/module/theme/view/site/site.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/theme/view/site/site.js.php b/core/module/theme/view/site/site.js.php index ba211043..22a97f80 100644 --- a/core/module/theme/view/site/site.js.php +++ b/core/module/theme/view/site/site.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /* diff --git a/core/module/user/user.php b/core/module/user/user.php index b9e8a124..cb093ee2 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class user extends common { diff --git a/core/module/user/view/add/add.css b/core/module/user/view/add/add.css index 6faa3a6a..a7139f53 100755 --- a/core/module/user/view/add/add.css +++ b/core/module/user/view/add/add.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); \ No newline at end of file diff --git a/core/module/user/view/add/add.js.php b/core/module/user/view/add/add.js.php index f83d4a40..6d797f0c 100644 --- a/core/module/user/view/add/add.js.php +++ b/core/module/user/view/add/add.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/user/view/edit/edit.css b/core/module/user/view/edit/edit.css index 74fce65d..2aa6edae 100755 --- a/core/module/user/view/edit/edit.css +++ b/core/module/user/view/edit/edit.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/user/view/edit/edit.js.php b/core/module/user/view/edit/edit.js.php index e712a9bc..ad7e1087 100644 --- a/core/module/user/view/edit/edit.js.php +++ b/core/module/user/view/edit/edit.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/user/view/forgot/forgot.css b/core/module/user/view/forgot/forgot.css index 74fce65d..2aa6edae 100755 --- a/core/module/user/view/forgot/forgot.css +++ b/core/module/user/view/forgot/forgot.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/user/view/index/index.css b/core/module/user/view/index/index.css index 74fce65d..2aa6edae 100755 --- a/core/module/user/view/index/index.css +++ b/core/module/user/view/index/index.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/core/module/user/view/index/index.js.php b/core/module/user/view/index/index.js.php index ab2f99db..53d5d62d 100644 --- a/core/module/user/view/index/index.js.php +++ b/core/module/user/view/index/index.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/core/module/user/view/login/login.css b/core/module/user/view/login/login.css index f2341432..ce4f1b21 100755 --- a/core/module/user/view/login/login.css +++ b/core/module/user/view/login/login.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /* diff --git a/core/module/user/view/reset/reset.css b/core/module/user/view/reset/reset.css index 6faa3a6a..a7139f53 100755 --- a/core/module/user/view/reset/reset.css +++ b/core/module/user/view/reset/reset.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ @import url("site/data/admin.css"); \ No newline at end of file diff --git a/index.php b/index.php index 0a03051a..e0dfd752 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/blog/blog.php b/module/blog/blog.php index 0709be0f..e69db419 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class blog extends common { diff --git a/module/blog/view/add/add.css b/module/blog/view/add/add.css index 74fce65d..2aa6edae 100755 --- a/module/blog/view/add/add.css +++ b/module/blog/view/add/add.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/blog/view/add/add.js.php b/module/blog/view/add/add.js.php index bb843f65..1ade9625 100644 --- a/module/blog/view/add/add.js.php +++ b/module/blog/view/add/add.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/blog/view/article/article.js.php b/module/blog/view/article/article.js.php index 9c5d795f..0d0fb3e9 100644 --- a/module/blog/view/article/article.js.php +++ b/module/blog/view/article/article.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/blog/view/comment/comment.css b/module/blog/view/comment/comment.css index 74fce65d..2aa6edae 100755 --- a/module/blog/view/comment/comment.css +++ b/module/blog/view/comment/comment.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/blog/view/comment/comment.js.php b/module/blog/view/comment/comment.js.php index 680c2e6a..fa8ec3e3 100644 --- a/module/blog/view/comment/comment.js.php +++ b/module/blog/view/comment/comment.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/blog/view/config/config.css b/module/blog/view/config/config.css index 74fce65d..2aa6edae 100755 --- a/module/blog/view/config/config.css +++ b/module/blog/view/config/config.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/blog/view/config/config.js.php b/module/blog/view/config/config.js.php index 5096f9bd..df6138c0 100644 --- a/module/blog/view/config/config.js.php +++ b/module/blog/view/config/config.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/blog/view/edit/edit.css b/module/blog/view/edit/edit.css index 74fce65d..2aa6edae 100755 --- a/module/blog/view/edit/edit.css +++ b/module/blog/view/edit/edit.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/blog/view/edit/edit.js.php b/module/blog/view/edit/edit.js.php index 837db768..8daaa07a 100644 --- a/module/blog/view/edit/edit.js.php +++ b/module/blog/view/edit/edit.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/form/form.php b/module/form/form.php index 9f814df7..6a0f2714 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -11,7 +11,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class form extends common { diff --git a/module/form/view/config/config.js.php b/module/form/view/config/config.js.php index 8b4d4fb0..37afae73 100644 --- a/module/form/view/config/config.js.php +++ b/module/form/view/config/config.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/form/view/data/data.css b/module/form/view/data/data.css index 74fce65d..2aa6edae 100755 --- a/module/form/view/data/data.css +++ b/module/form/view/data/data.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/form/view/data/data.js.php b/module/form/view/data/data.js.php index 91d0e044..9fb2aafd 100644 --- a/module/form/view/data/data.js.php +++ b/module/form/view/data/data.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/form/view/index/index.js.php b/module/form/view/index/index.js.php index 699b1831..697edee7 100644 --- a/module/form/view/index/index.js.php +++ b/module/form/view/index/index.js.php @@ -7,7 +7,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2008-2018, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 84a2ba19..36121257 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -11,7 +11,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class gallery extends common { diff --git a/module/gallery/view/config/config.css b/module/gallery/view/config/config.css index 424570ff..a859c8dd 100755 --- a/module/gallery/view/config/config.css +++ b/module/gallery/view/config/config.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/gallery/view/config/config.js.php b/module/gallery/view/config/config.js.php index 7a5fef17..f56117b3 100644 --- a/module/gallery/view/config/config.js.php +++ b/module/gallery/view/config/config.js.php @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ $( document ).ready(function() { diff --git a/module/gallery/view/edit/edit.css b/module/gallery/view/edit/edit.css index 74fce65d..2aa6edae 100755 --- a/module/gallery/view/edit/edit.css +++ b/module/gallery/view/edit/edit.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/gallery/view/edit/edit.js.php b/module/gallery/view/edit/edit.js.php index 0c376690..c36e08d7 100644 --- a/module/gallery/view/edit/edit.js.php +++ b/module/gallery/view/edit/edit.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/gallery/view/gallery/gallery.js.php b/module/gallery/view/gallery/gallery.js.php index bd1f6c78..d99980d2 100644 --- a/module/gallery/view/gallery/gallery.js.php +++ b/module/gallery/view/gallery/gallery.js.php @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/gallery/view/theme/theme.css b/module/gallery/view/theme/theme.css index 74fce65d..2aa6edae 100755 --- a/module/gallery/view/theme/theme.css +++ b/module/gallery/view/theme/theme.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/news/news.php b/module/news/news.php index 08c121d8..ac221426 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class news extends common { diff --git a/module/news/view/add/add.css b/module/news/view/add/add.css index 74fce65d..2aa6edae 100755 --- a/module/news/view/add/add.css +++ b/module/news/view/add/add.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/news/view/add/add.js.php b/module/news/view/add/add.js.php index 8ddda8b1..77bb1442 100644 --- a/module/news/view/add/add.js.php +++ b/module/news/view/add/add.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/news/view/config/config.css b/module/news/view/config/config.css index 74fce65d..2aa6edae 100755 --- a/module/news/view/config/config.css +++ b/module/news/view/config/config.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/news/view/config/config.js.php b/module/news/view/config/config.js.php index 33f9871c..608f5324 100644 --- a/module/news/view/config/config.js.php +++ b/module/news/view/config/config.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/news/view/edit/edit.js.php b/module/news/view/edit/edit.js.php index b2e01d4c..ef1444ff 100644 --- a/module/news/view/edit/edit.js.php +++ b/module/news/view/edit/edit.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ /** diff --git a/module/redirection/redirection.php b/module/redirection/redirection.php index 4e96f279..5c92521c 100644 --- a/module/redirection/redirection.php +++ b/module/redirection/redirection.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ class redirection extends common { diff --git a/module/redirection/view/config/config.css b/module/redirection/view/config/config.css index 74fce65d..2aa6edae 100755 --- a/module/redirection/view/config/config.css +++ b/module/redirection/view/config/config.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/redirection/view/index/index.css b/module/redirection/view/index/index.css index 74fce65d..2aa6edae 100755 --- a/module/redirection/view/index/index.css +++ b/module/redirection/view/index/index.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */ diff --git a/module/redirection/view/index/index.js.php b/module/redirection/view/index/index.js.php index 4cfe09b5..9ed8ce32 100644 --- a/module/redirection/view/index/index.js.php +++ b/module/redirection/view/index/index.js.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ * **/ diff --git a/module/search/search.php b/module/search/search.php index e63509c8..e44ff3a1 100755 --- a/module/search/search.php +++ b/module/search/search.php @@ -12,7 +12,7 @@ * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @copyright Sylvain Lelièvre * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ * */ diff --git a/module/search/view/config/config.css b/module/search/view/config/config.css index 8e5c351d..5e80538a 100755 --- a/module/search/view/config/config.css +++ b/module/search/view/config/config.css @@ -9,7 +9,7 @@ * @author Frédéric Tempez * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ + * @link http://zwiicms.fr/ */