mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 00:09:27 -05:00
Updated Credits page
This commit is contained in:
@@ -39,7 +39,7 @@ foreach (glob("$plugins/dynamix.*.xml", GLOB_NOSORT) as $link) {
|
||||
$lang = language('Language', $xml_file);
|
||||
$local = language('LanguageLocal', $xml_file);
|
||||
$author = language('Author', $xml_file);
|
||||
$credits[] = "<li><p><i>$lang ($local)</i> translation by <b>$author</b></p></li>";
|
||||
$credits[] = "<li><p><i>$lang ($local)</i> translation by $author</p></li>";
|
||||
}
|
||||
if (count($credits)) echo '<br><b>Language Translations</b> Copyright © 2020, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user