add 'apps' app

This commit is contained in:
zotlabs 2017-05-23 01:18:34 -07:00
parent 53057830e0
commit 357e7af6ad
2 changed files with 6 additions and 0 deletions

View File

@ -209,6 +209,7 @@ class Apps {
static public function translate_system_apps(&$arr) { static public function translate_system_apps(&$arr) {
$apps = array( $apps = array(
'Apps' => t('Apps'),
'Site Admin' => t('Site Admin'), 'Site Admin' => t('Site Admin'),
'Report Bug' => t('Report Bug'), 'Report Bug' => t('Report Bug'),
'View Bookmarks' => t('View Bookmarks'), 'View Bookmarks' => t('View Bookmarks'),

5
app/apps.apd Normal file
View File

@ -0,0 +1,5 @@
version: 2
url: $baseurl/apps
name: Apps
photo: icon:bars
categories: System