projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642a71f
)
apps menu file
author
Friendika
<info@friendika.com>
Sat, 19 Feb 2011 09:01:33 +0000
(
01:01
-0800)
committer
Friendika
<info@friendika.com>
Sat, 19 Feb 2011 09:01:33 +0000
(
01:01
-0800)
mod/apps.php
[new file with mode: 0644]
patch
|
blob
diff --git a/mod/apps.php
b/mod/apps.php
new file mode 100644
(file)
index 0000000..
1d08d2e
--- /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