From c37932f626460089725ab987d2560c2ba4a0ddf6 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sun, 27 Aug 2023 14:04:43 +0200 Subject: [PATCH] Remove a TODO --- layout/includes/smartmenus.php | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/includes/smartmenus.php b/layout/includes/smartmenus.php index 9beaf938cb6..e24c1808822 100644 --- a/layout/includes/smartmenus.php +++ b/layout/includes/smartmenus.php @@ -25,6 +25,5 @@ defined('MOODLE_INTERNAL') || die(); // Add smart menu elements to template context. -// TODO Add switch if enabled. $templatecontext['menubar'] = $primarymenu['menubar'] ?? []; $templatecontext['bottombar'] = $primarymenu['bottombar'] ?? [];