]> git.mxchange.org Git - friendica.git/commitdiff
apps menu file
authorFriendika <info@friendika.com>
Sat, 19 Feb 2011 09:01:33 +0000 (01:01 -0800)
committerFriendika <info@friendika.com>
Sat, 19 Feb 2011 09:01:33 +0000 (01:01 -0800)
mod/apps.php [new file with mode: 0644]

diff --git a/mod/apps.php b/mod/apps.php
new file mode 100644 (file)
index 0000000..1d08d2e
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+
+function apps_content(&$a) {
+
+       $o .= '<h3>' . t('Applications') . '</h3>';
+
+       if($a->apps)
+               $o .= $a->apps;
+
+
+       return $o;
+
+}
\ No newline at end of file