mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
port tag cloud widget from hubzilla
This commit is contained in:
parent
29a1c067ee
commit
d7d653aab6
7 changed files with 188 additions and 2 deletions
|
@ -114,6 +114,7 @@ function get_features($filtered = true) {
|
|||
'advanced_profile' => array(
|
||||
t('Advanced Profile Settings'),
|
||||
array('forumlist_profile', t('List Forums'), t('Show visitors public community forums at the Advanced Profile Page'), false, Config::get('feature_lock','forumlist_profile')),
|
||||
array('tagadelic', t('Tag Cloud'), t('Provide a personal tag cloud on your profile page'), false, Config::get('feature_lock', 'tagadelic')),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue