diff options
author | friendica <info@friendica.com> | 2013-07-02 21:04:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-02 21:04:46 -0700 |
commit | 08023eb0993eb63aac96669afd01beae7e134964 (patch) | |
tree | 844282019047605e0cac0bba9e01e6fe433042cc /include/features.php | |
parent | a4c77467a78a7301b53f4c9e54ca0f562e1ced4d (diff) | |
download | volse-hubzilla-08023eb0993eb63aac96669afd01beae7e134964.tar.gz volse-hubzilla-08023eb0993eb63aac96669afd01beae7e134964.tar.bz2 volse-hubzilla-08023eb0993eb63aac96669afd01beae7e134964.zip |
tag cloud feature (enable the feature, then it will show up on your channel page)
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index c2aabbc42..da1322a14 100644 --- a/include/features.php +++ b/include/features.php @@ -58,6 +58,7 @@ function get_features() { array('filing', t('Saved Folders'), t('Ability to file posts under folders')), array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')), array('star_posts', t('Star Posts'), t('Ability to mark special posts with a star indicator')), + array('tagadelic', t('Tag Cloud'), t('Provide a personal tag cloud on your channel page')), ), ); |