Update Credits.page

This commit is contained in:
Squidly271
2024-11-03 09:19:02 -05:00
committed by GitHub
parent de9e11d477
commit 7490f74649
+3 -3
View File
@@ -3,7 +3,7 @@ Title="Credits"
Icon="icon-credits"
Tag="trophy"
---
**Unraid webGUI** Copyright © 2005-2023, [Lime Technology, Inc.](http://lime-technology.com)
**Unraid webGUI** Copyright © 2005-2023, [Lime Technology, Inc.](https://unraid.net/)
**Dynamix** Copyright © 2012-2023, Bergware International.
@@ -29,7 +29,7 @@ and may not be used in any other project without written permission from Lime Te
* Settings, Tools and Case icons. Copyright © 2018-2020, [Magnus Engø.](http://www.magnusengo.net/) Used with permission.
**Unraid**® is a registered trademark of [Lime Technology, Inc.](http://lime-technology.com)
**Unraid**® is a registered trademark of [Lime Technology, Inc.](https://unraid.net/)
This file shall be included in all copies or substantial portions of the Software.
@@ -47,6 +47,6 @@ foreach (glob("$plugins/lang-*.xml", GLOB_NOSORT) as $link) {
$author = language('Author', $xml_file);
$credits[] = "<li><p><i>$lang ($local)</i> translation by $author</p></li>";
}
if (count($credits)) echo '<br><b>Language Translations</b> Copyright &copy; 2020-2023, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
if (count($credits)) echo '<br><b>Language Translations</b> Copyright &copy; 2020-2023, <a href="https://unraid.net/">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
?>
<br><input type="button" value="_(Done)_" onclick="done()">