From 8c509d5049c0333d87cf937098183d37412f26e4 Mon Sep 17 00:00:00 2001 From: Melanie Treitinger <melanie.treitinger@ruhr-uni-bochum.de> Date: Thu, 25 Nov 2021 09:28:58 +0100 Subject: [PATCH] add frontpage support for infobanner --- settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.php b/settings.php index 594c8f6..c11090e 100644 --- a/settings.php +++ b/settings.php @@ -718,6 +718,7 @@ if ($ADMIN->fulltree) { // Don't use string lazy loading (= false) because the string will be directly used and would produce a // PHP warning otherwise. 'mydashboard' => get_string('myhome', 'core', null, false), + 'frontpage' => get_string('sitehome', 'core', null, false), 'course' => get_string('course', 'core', null, false), 'login' => get_string('login_page', 'theme_boost_campus', null, false) ]; @@ -815,6 +816,7 @@ if ($ADMIN->fulltree) { // Don't use string lazy loading (= false) because the string will be directly used and would produce a // PHP warning otherwise. 'mydashboard' => get_string('myhome', 'core', null, false), + 'frontpage' => get_string('sitehome', 'core', null, false), 'course' => get_string('course', 'core', null, false), 'login' => get_string('login_page', 'theme_boost_campus', null, false) ]; -- GitLab