mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 23:30:01 -05:00
Update Credits.page
This commit is contained in:
@@ -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 © 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 © 2020-2023, <a href="https://unraid.net/">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
|
||||
?>
|
||||
<br><input type="button" value="_(Done)_" onclick="done()">
|
||||
|
||||
Reference in New Issue
Block a user