Updated Credits page

This commit is contained in:
bergware
2020-05-04 23:57:54 +02:00
parent aa0ece9945
commit b7feb20fac
+1 -1
View File
@@ -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 &copy; 2020, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
?>