]> git.mxchange.org Git - friendica.git/blobdiff - mod/apps.php
consolidate perrmisions sql, minor duepuntozero validation fixes
[friendica.git] / mod / apps.php
index 58752de32231fbaf90b76ae3d84c2f9e16d2ed37..7a0a3f59ea1d62636a28bd7eb0bc90ac855c700c 100644 (file)
@@ -5,10 +5,10 @@ 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;
+       else
+               notice( t('No installed applications.') . EOL);
 
        return $o;