Skip to content
Snippets Groups Projects
Commit 152a1e32 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Added multilanguage filtering to the login background image texts.

parent 86b250d5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2019-05-27 - Added multilanguage filtering to the login background image texts.
* 2019-05-24 - Prevent back-to-top button from being printed.
* 2019-05-03 - Added a setting to be able to add texts to your uploaded background images for the login page.
* 2019-05-02 - Added setting to be able to add additional resources to the theme.
......
......@@ -127,7 +127,7 @@ function theme_boost_campus_get_loginbackgroundimage_text() {
$settings = explode("|", $line);
// Compare the filenames for a match and return the text that belongs to the randomly selected image.
if (strcmp($filename, $settings[0]) == 0) {
return $settings[1];
return format_string($settings[1]);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment