diff options
author | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
commit | 681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch) | |
tree | fcb324bff2082a0c8adf4c540cccbba54a753d26 /mod/apps.php | |
parent | 9ab6055b249b78c6b43be71e714e11118592dbcc (diff) | |
download | volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2 volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip |
"notes" app
Diffstat (limited to 'mod/apps.php')
-rw-r--r-- | mod/apps.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/apps.php b/mod/apps.php index 1d08d2e7f..58752de32 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -5,10 +5,11 @@ function apps_content(&$a) { $o .= '<h3>' . t('Applications') . '</h3>'; + $o .= '<div class="app-title"><a href="notes">' . t('Private Notes') . '</a></div>'; + if($a->apps) $o .= $a->apps; - return $o; }
\ No newline at end of file |