diff --git a/core/core.php b/core/core.php index 35ff675b..e69b0fa1 100644 --- a/core/core.php +++ b/core/core.php @@ -10,7 +10,7 @@ * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @link http://zwiicms.com/ */ diff --git a/core/layout/blank.php b/core/layout/blank.php index 60544b37..f89039f8 100755 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -10,12 +10,12 @@ showMetaImage(); ?> showFavicon(); ?> showVendor(); ?> + showStyle(); ?> -showStyle(); ?> showContent(); ?> showScript(); ?> diff --git a/core/layout/light.php b/core/layout/light.php index 5dde1966..4457195d 100755 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -10,13 +10,13 @@ showMetaImage(); ?> showFavicon(); ?> showVendor(); ?> + showStyle(); ?> -showStyle(); ?> showNotification(); ?>
showContent(); ?>
diff --git a/core/module/page/page.php b/core/module/page/page.php index cdc6df93..ffcc111d 100755 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 * @link http://zwiicms.com/ */ diff --git a/core/module/page/view/edit/edit.js.php b/core/module/page/view/edit/edit.js.php index 929cfa5c..69feecd0 100755 --- a/core/module/page/view/edit/edit.js.php +++ b/core/module/page/view/edit/edit.js.php @@ -7,7 +7,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @authorFrédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 * @link http://zwiicms.com/ */ diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 2bffb9a1..2aaeb7ae 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -11,7 +11,7 @@ * @license GNU General Public License, version 3 * @link http://zwiicms.com/ * @copyright : Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez */ class theme extends common { diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php index c06ca00f..f39d0b61 100755 --- a/core/module/theme/view/footer/footer.js.php +++ b/core/module/theme/view/footer/footer.js.php @@ -8,7 +8,7 @@ * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @link http://zwiicms.com/ */ diff --git a/core/module/theme/view/header/header.js.php b/core/module/theme/view/header/header.js.php index 70afd9a2..65f8707b 100755 --- a/core/module/theme/view/header/header.js.php +++ b/core/module/theme/view/header/header.js.php @@ -8,7 +8,7 @@ * @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @link http://zwiicms.com/ */ diff --git a/core/module/user/view/login/login.js.php b/core/module/user/view/login/login.js.php index 6e729297..385dc9d4 100644 --- a/core/module/user/view/login/login.js.php +++ b/core/module/user/view/login/login.js.php @@ -5,7 +5,7 @@ * file that was distributed with this source code. * * @authorFrédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 * @link http://zwiicms.com/ */ diff --git a/module/form/form.php b/module/form/form.php index 5980379c..44a57a3b 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -9,7 +9,7 @@ * @author Rémi Jean * @copyright Copyright (C) 2008-2018, Rémi Jean * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez * @license GNU General Public License, version 3 * @link http://zwiicms.com/ */ @@ -51,7 +51,7 @@ class form extends common { self::TYPE_MAIL => 'Champ mail', self::TYPE_SELECT => 'Sélection', self::TYPE_CHECKBOX => 'Case à cocher', - self::TYPE_DATETIME => 'Date', + self::TYPE_DATETIME => 'Date' ]; public static $listUsers = [ @@ -169,7 +169,7 @@ class form extends common { /** * Export CSV * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2019, Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez */ public function export2csv() { // Jeton incorrect