]> git.mxchange.org Git - friendica.git/blobdiff - mod/apps.php
configurable format for date input selectors
[friendica.git] / mod / apps.php
index 1d08d2e7f6954a2ea532f52578164cbeba99218a..7a0a3f59ea1d62636a28bd7eb0bc90ac855c700c 100644 (file)
@@ -7,7 +7,8 @@ function apps_content(&$a) {
 
        if($a->apps)
                $o .= $a->apps;
-
+       else
+               notice( t('No installed applications.') . EOL);
 
        return $o;