move link to /locs to settings menu if we have more than one location and some template work on locs

This commit is contained in:
Mario Vavti
2016-03-26 18:43:38 +01:00
parent 0a14ac1f60
commit a507063174
8 changed files with 100 additions and 57 deletions

View File

@@ -167,9 +167,7 @@ function manage_content(&$a) {
'$intros_format' => t('%d new introductions'),
'$channel_usage_message' => $channel_usage_message,
'$delegated_desc' => t('Delegated Channel'),
'$delegates' => $delegates,
'$locs' => t('Manage locations')
'$delegates' => $delegates
));
return $o;