From 44763ecc9e9ca7a97e001c38f7bacb268566caac Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 20 Feb 2022 08:06:37 +0100 Subject: [PATCH] added game creadits to the module page --- mahjong.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mahjong.php b/mahjong.php index 6d3bd8b..5ca373c 100644 --- a/mahjong.php +++ b/mahjong.php @@ -34,6 +34,7 @@ function mahjong_content(&$a) { EOT; + $o .= '
' . DI::l10n()->t('Game credits: mah - Mahjong Solitaire Game by ffalt (MIT license).') . '
'; DI::page()['htmlhead'] .= ''; DI::page()['htmlhead'] .= ''; DI::page()['htmlhead'] .= '';