aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-23 01:18:34 -0700
committerzotlabs <mike@macgirvin.com>2017-05-23 01:18:34 -0700
commit357e7af6adb303aa12f6506585e7d59a1250da99 (patch)
tree5db83604372d3943f1e676e33ed4939e853ff29f
parent53057830e0388e0888cca925a99aa62cda0168cf (diff)
downloadvolse-hubzilla-357e7af6adb303aa12f6506585e7d59a1250da99.tar.gz
volse-hubzilla-357e7af6adb303aa12f6506585e7d59a1250da99.tar.bz2
volse-hubzilla-357e7af6adb303aa12f6506585e7d59a1250da99.zip
add 'apps' app
-rw-r--r--Zotlabs/Lib/Apps.php1
-rw-r--r--app/apps.apd5
2 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index 06ec7c39d..df5fb4aec 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -209,6 +209,7 @@ class Apps {
static public function translate_system_apps(&$arr) {
$apps = array(
+ 'Apps' => t('Apps'),
'Site Admin' => t('Site Admin'),
'Report Bug' => t('Report Bug'),
'View Bookmarks' => t('View Bookmarks'),
diff --git a/app/apps.apd b/app/apps.apd
new file mode 100644
index 000000000..c063f8f19
--- /dev/null
+++ b/app/apps.apd
@@ -0,0 +1,5 @@
+version: 2
+url: $baseurl/apps
+name: Apps
+photo: icon:bars
+categories: System