From 9b141bda45c62851ec5bb8183f67b422ed7d3f69 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 13 Apr 2020 09:46:19 +0200 Subject: [PATCH] =?UTF-8?q?[10.0.063]=20suppresion=20option=20ouverture=20?= =?UTF-8?q?=20d'une=20page=20dans=20lity=20cause=20pb=20de=20th=C3=A8me.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/popup.php | 84 ------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 core/layout/popup.php diff --git a/core/layout/popup.php b/core/layout/popup.php deleted file mode 100644 index fa3cbd53..00000000 --- a/core/layout/popup.php +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - showMetaTitle(); ?> - showMetaDescription(); ?> - showMetaType(); ?> - showMetaImage(); ?> - showFavicon(); ?> - showVendor(); ?> - showAnalytics(); ?> - - - - showStyle(); ?> - - - - showNotification(); ?> - -
- getData(['page',$this->getUrl(0),'block'])); - // Initialiser - $blockleft=$blockright=""; - switch (sizeof($blocks)) { - case 1 : // une colonne - $content = 'col'. $blocks[0] ; - break; - case 2 : // 2 blocks - if ($blocks[0] < $blocks[1]) { // détermine la position de la colonne - $blockleft = 'col'. $blocks[0]; - $content = 'col'. $blocks[1] ; - } else { - $content = 'col' . $blocks[0]; - $blockright = 'col' . $blocks[1]; - } - break; - case 3 : // 3 blocks - $blockleft = 'col' . $blocks[0]; - $content = 'col' . $blocks[1]; - $blockright = 'col' . $blocks[2]; - } - // Page pleine pour la configuration des modules et l'édition des pages sauf l'affichae d'un article de blog - $pattern = ['config','edit','add','comment','data']; - if ((sizeof($blocks) === 1 || - in_array($this->getUrl(1),$pattern) ) - ) { // Pleine page en mode configuration - $layout->showContent(); - if (file_exists(self::DATA_DIR . 'body.inc.html')) { - include(self::DATA_DIR . 'body.inc.html'); - } - } else { - ?> -
- -
showBarContentLeft(); ?>
- -
showContent(); - if (file_exists(self::DATA_DIR . 'body.inc.html')) { - include(self::DATA_DIR . 'body.inc.html'); - } - ?> -
- -
showBarContentRight(); ?>
- -
- -
- -
- showScript();?> - -