diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-22 10:29:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-22 10:29:17 +0100 |
commit | c6b89b99b9a98a5a25087190eeeee15365c7a853 (patch) | |
tree | 80509b3a37cf50883a55b2db78c600111127f51d /mod | |
parent | 51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a (diff) | |
download | volse-hubzilla-c6b89b99b9a98a5a25087190eeeee15365c7a853.tar.gz volse-hubzilla-c6b89b99b9a98a5a25087190eeeee15365c7a853.tar.bz2 volse-hubzilla-c6b89b99b9a98a5a25087190eeeee15365c7a853.zip |
Add a link to /locs to channel manager
Diffstat (limited to 'mod')
-rw-r--r-- | mod/manage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/manage.php b/mod/manage.php index 1f7c26cd8..cb845befe 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -168,6 +168,7 @@ function manage_content(&$a) { '$channel_usage_message' => $channel_usage_message, '$delegated_desc' => t('Delegated Channel'), '$delegates' => $delegates, + '$locs' => t('Manage locations') )); |