X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mahjongg%2Fmahjongg.php;h=7bc0adc98d61fcf734194b7d26e523e05803b9b2;hb=73b505563be38da1f93c2c86371ce3fc15a809e5;hp=977c693d765d4c510528a1ba66654a199d02dab0;hpb=a24880dcc124fcc83f7aef796d03156e2034fcc8;p=friendica-addons.git diff --git a/mahjongg/mahjongg.php b/mahjongg/mahjongg.php old mode 100755 new mode 100644 index 977c693d..7bc0adc9 --- a/mahjongg/mahjongg.php +++ b/mahjongg/mahjongg.php @@ -1,42 +1,35 @@ -Mahjongg'; -} - - -function mahjongg_module() {} - -function mahjongg_content(&$a) { - -$baseurl = $a->get_baseurl() . '/addon/mahjongg'; - -$o .= <<< EOT -

-

- -

-Simply locate the matching tiles and find a way to clear them from the board as quickly as possible. -A timer at the top of the screen keeps track of how you are doing.
-

-EOT; - -return $o; -} +Mahjongg'; +} + + +function mahjongg_module() {} + +function mahjongg_content(&$a) { + +$o .= <<< EOT +

+

+ +

+Simply locate the matching tiles and find a way to clear them from the board as quickly as possible. +A timer at the top of the screen keeps track of how you are doing.
+

+EOT; + +return $o; +}