From: Friendika Date: Sat, 19 Feb 2011 09:01:33 +0000 (-0800) Subject: apps menu file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d1b153decac09a4e1f25fdea9d381f8f1770e2f;p=friendica.git apps menu file --- diff --git a/mod/apps.php b/mod/apps.php new file mode 100644 index 0000000000..1d08d2e7f6 --- /dev/null +++ b/mod/apps.php @@ -0,0 +1,14 @@ +' . t('Applications') . ''; + + if($a->apps) + $o .= $a->apps; + + + return $o; + +} \ No newline at end of file