add admin app - the site admin link probably does not belong in the 'usermenu' and this is a first step to straigtening out that historical mistake.

This commit is contained in:
zotlabs 2017-10-05 19:51:00 -07:00
parent d70e6f273b
commit 2ed77b5986
2 changed files with 7 additions and 1 deletions

View file

@ -222,7 +222,7 @@ class Apps {
$apps = array(
'Apps' => t('Apps'),
'Cards' => t('Cards'),
'Site Admin' => t('Site Admin'),
'Admin' => t('Site Admin'),
'Report Bug' => t('Report Bug'),
'View Bookmarks' => t('View Bookmarks'),
'My Chatrooms' => t('My Chatrooms'),

6
app/admin.apd Normal file
View file

@ -0,0 +1,6 @@
version: 1
url: $baseurl/admin
requires: admin
name: Admin
photo: icon:wrench
categories: nav_featured_app