aboutsummaryrefslogtreecommitdiffstats
path: root/mod/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/apps.php')
-rw-r--r--mod/apps.php3
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