From e8ba43283e5705b98c1799a5402ce17766f621a0 Mon Sep 17 00:00:00 2001 From: llaffont <laurent.laffont@gmail.com> Date: Mon, 17 Mar 2014 11:13:01 +0100 Subject: [PATCH] Delete horizontal menu 'tags' entry: does not work at least for several years --- library/Class/Systeme/ModulesMenu.php | 1 - library/Class/Systeme/ModulesMenu/Tags.php | 33 ---------------------- 2 files changed, 34 deletions(-) delete mode 100644 library/Class/Systeme/ModulesMenu/Tags.php diff --git a/library/Class/Systeme/ModulesMenu.php b/library/Class/Systeme/ModulesMenu.php index c3f5d0fd044..dafb0865cf3 100644 --- a/library/Class/Systeme/ModulesMenu.php +++ b/library/Class/Systeme/ModulesMenu.php @@ -106,7 +106,6 @@ class Class_Systeme_ModulesMenu extends Class_Systeme_ModulesAbstract { "RECH_GEO" => new Class_Systeme_ModulesMenu_RechercheGeographique(), "RECH_OAI" => new Class_Systeme_ModulesMenu_RechercheOai(), "CATALOGUE" => new Class_Systeme_ModulesMenu_Catalogue(), - "TAGS" => new Class_Systeme_ModulesMenu_Tags(), "PANIER" => new Class_Systeme_ModulesMenu_Paniers(), "ABON_AVIS" => new Class_Systeme_ModulesMenu_AbonneAvis(), "ABON_FICHE" => new Class_Systeme_ModulesMenu_AbonneFiche(), diff --git a/library/Class/Systeme/ModulesMenu/Tags.php b/library/Class/Systeme/ModulesMenu/Tags.php deleted file mode 100644 index 06d3f2b6db3..00000000000 --- a/library/Class/Systeme/ModulesMenu/Tags.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php -/** - * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved. - * - * AFI-OPAC 2.0 is free software; you can redistribute it and/or modify - * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by - * the Free Software Foundation. - * - * There are special exceptions to the terms and conditions of the AGPL as it - * is applied to this software (see README file). - * - * AFI-OPAC 2.0 is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU AFFERO GENERAL PUBLIC LICENSE for more details. - * - * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE - * along with AFI-OPAC 2.0; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ -class Class_Systeme_ModulesMenu_Tags extends Class_Systeme_ModulesMenu_Null{ - /** @var string */ - protected $_group = Class_Systeme_ModulesMenu::GROUP_MENU_CATALOGUES; - - /** @var string */ - protected $_type_module = 'TAGS'; - - protected $_libelle = "Nuage de tags"; - - protected $_isPhone = false; - -} -?> \ No newline at end of file -- GitLab