aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/apps.php')
-rw-r--r--include/apps.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apps.php b/include/apps.php
index e632ae3d6..bf5b292d0 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -79,6 +79,10 @@ function parse_app_description($f) {
if(local_user())
unset($ret);
break;
+ case 'admin':
+ if(! is_site_admin())
+ unset($ret);
+ break;
case 'local_user':
if(! local_user())
unset($ret);
@@ -105,6 +109,7 @@ function parse_app_description($f) {
function translate_system_apps(&$arr) {
$apps = array(
+ 'Site Admin' => t('Site Admin'),
'Bookmarks' => t('Bookmarks'),
'Address Book' => t('Address Book'),
'Login' => t('Login'),