From e6ea2fd54116c5f761d5365c3262120f0da94f45 Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Thu, 31 Jul 2025 17:07:48 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03815=20-=20Remove=20"DisplayTemplate"=20?= =?UTF-8?q?PHP=20classes=20-=20modify=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/menunode.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/menunode.class.inc.php b/application/menunode.class.inc.php index 1e3a6dff9..c69f1178e 100644 --- a/application/menunode.class.inc.php +++ b/application/menunode.class.inc.php @@ -1002,7 +1002,7 @@ class TemplateMenuNode extends MenuNode /** * Create a menu item based on a custom template and inserts it into the application's main menu * @param string $sMenuId Unique identifier of the menu (used to identify the menu for bookmarking, and for getting the labels from the dictionary) - * @param string $sTemplateFile Path (or URL) to the file that will be used as a template for displaying the page's content + * @param string $sTemplateFile unused deprecated * @param integer $iParentIndex ID of the parent menu * @param float $fRank Number used to order the list, any number will do, but for a given level (i.e same parent) all menus are sorted based on this value * @param string $sEnableClass Name of class of object