Improve handling and language vars for module images

This commit is contained in:
Marc Alexander
2023-03-15 17:16:47 +01:00
parent b634c3cad8
commit 140ac8761d
14 changed files with 30 additions and 27 deletions

View File

@@ -33,4 +33,5 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'PORTAL_FORUMLIST' => 'Forumliste',
'PORTAL_FORUMLIST_EXP' => '<span style="color: #BC2A4D;">In diesem Modul kann auf der Portal Seite kein Modul Bild oder Font Awesome Icon angezeigt werden!</span>',
));