diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-05 19:51:00 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-05 19:51:00 -0700 |
commit | 2ed77b598676b1070bd8488fe48666bb25213763 (patch) | |
tree | 8940585da53ba3e4b356e247259ed25163e1e1bf /app | |
parent | d70e6f273b8b00f0aa1f0c38082403bdced38cd2 (diff) | |
download | volse-hubzilla-2ed77b598676b1070bd8488fe48666bb25213763.tar.gz volse-hubzilla-2ed77b598676b1070bd8488fe48666bb25213763.tar.bz2 volse-hubzilla-2ed77b598676b1070bd8488fe48666bb25213763.zip |
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.
Diffstat (limited to 'app')
-rw-r--r-- | app/admin.apd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/admin.apd b/app/admin.apd new file mode 100644 index 000000000..68c07568e --- /dev/null +++ b/app/admin.apd @@ -0,0 +1,6 @@ +version: 1 +url: $baseurl/admin +requires: admin +name: Admin +photo: icon:wrench +categories: nav_featured_app |