From e06bf7c145db2a02c7ac45946c4dc63089399047 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Nov 2024 12:19:17 +0100 Subject: [PATCH] Clean code --- htdocs/admin/tools/ui/class/documentation.class.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/htdocs/admin/tools/ui/class/documentation.class.php b/htdocs/admin/tools/ui/class/documentation.class.php index f7f00b5dc52..584f6c36a7f 100644 --- a/htdocs/admin/tools/ui/class/documentation.class.php +++ b/htdocs/admin/tools/ui/class/documentation.class.php @@ -26,7 +26,6 @@ */ class Documentation { - /** * Views * @@ -206,7 +205,7 @@ class Documentation */ public function docFooter() { - global $conf, $langs; + global $langs; // DIV FOR SCROLL ANIMATION print '
'; @@ -320,9 +319,6 @@ class Documentation */ public function showSummary($showsubmenu = 1, $showsubmenu_summary = 1) { - - global $langs; - $i = 0; if (!empty($this->view)) : // On se place au bon niveau