aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-22 10:29:17 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-22 10:29:17 +0100
commitc6b89b99b9a98a5a25087190eeeee15365c7a853 (patch)
tree80509b3a37cf50883a55b2db78c600111127f51d /mod
parent51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a (diff)
downloadvolse-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.php1
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')
));