mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
New group button
This commit is contained in:
parent
141c55fe7f
commit
a7cce4013c
5 changed files with 30 additions and 12 deletions
|
@ -151,10 +151,12 @@ class GroupManager
|
|||
'$title' => DI::l10n()->t('Groups'),
|
||||
'$groups' => $entries,
|
||||
'$link_desc' => DI::l10n()->t('External link to group'),
|
||||
'$New_group_page' => 'register/',
|
||||
'$total' => $total,
|
||||
'$visible_groups' => $visibleGroups,
|
||||
'$showless' => DI::l10n()->t('show less'),
|
||||
'$showmore' => DI::l10n()->t('show more')]
|
||||
'$showmore' => DI::l10n()->t('show more'),
|
||||
'$create_new_group' => DI::l10n()->t('Create new group')]
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue