X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mahjongg%2Fmahjongg.php;h=7bc0adc98d61fcf734194b7d26e523e05803b9b2;hb=73b505563be38da1f93c2c86371ce3fc15a809e5;hp=3567792b4df645f35878dd817778678c7d2181d0;hpb=39dd3dffe07efd69fa1ac6d0bd243c7fc0e3a66f;p=friendica-addons.git diff --git a/mahjongg/mahjongg.php b/mahjongg/mahjongg.php index 3567792b..7bc0adc9 100644 --- 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; +}