Skip to content
Snippets Groups Projects
Commit 8c509d50 authored by Melanie Treitinger's avatar Melanie Treitinger Committed by Alexander Bias
Browse files

add frontpage support for infobanner

parent c1979e08
No related branches found
No related tags found
No related merge requests found
......@@ -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)
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment