diff options
author | Friendika <info@friendika.com> | 2011-02-19 01:01:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-19 01:01:33 -0800 |
commit | 3d1b153decac09a4e1f25fdea9d381f8f1770e2f (patch) | |
tree | 4bda9959e1cdd61180cdf270731eca3579ff3d4d /mod | |
parent | 642a71ffdee21b02e5fbee2602a3b6a2e3fe54b8 (diff) | |
download | volse-hubzilla-3d1b153decac09a4e1f25fdea9d381f8f1770e2f.tar.gz volse-hubzilla-3d1b153decac09a4e1f25fdea9d381f8f1770e2f.tar.bz2 volse-hubzilla-3d1b153decac09a4e1f25fdea9d381f8f1770e2f.zip |
apps menu file
Diffstat (limited to 'mod')
-rw-r--r-- | mod/apps.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/apps.php b/mod/apps.php new file mode 100644 index 000000000..1d08d2e7f --- /dev/null +++ b/mod/apps.php @@ -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 |