From d415df388cbb6c76bf5234392c1cfece51fba565 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Fri, 3 May 2019 09:30:34 +0200 Subject: [PATCH] FIX pb with xml loaded on smartphone homepage --- core/class/class_core_tools.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/class/class_core_tools.php b/core/class/class_core_tools.php index 1f211b34516..08b0de12f06 100755 --- a/core/class/class_core_tools.php +++ b/core/class/class_core_tools.php @@ -1447,10 +1447,6 @@ class core_tools extends functions <meta http-equiv="Content-Language" content="<?php functions::xecho($_SESSION['config']['lang']); ?>" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="icon" type="image/png" href="<?php echo $_SESSION['config']['businessappurl']; ?>static.php?filename=logo_only.svg"/> - <link href="index.php?display&page=generate_search_xml" title="Maarch <?php - echo functions::xssafe($_SESSION['config']['applicationname']).' ' - ._GLOBAL_SEARCH - ; ?>" type="application/opensearchdescription+xml" rel="search"/> <?php if ($load_css) { $this->load_css(); -- GitLab