aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-02 21:04:46 -0700
committerfriendica <info@friendica.com>2013-07-02 21:04:46 -0700
commit08023eb0993eb63aac96669afd01beae7e134964 (patch)
tree844282019047605e0cac0bba9e01e6fe433042cc /mod
parenta4c77467a78a7301b53f4c9e54ca0f562e1ced4d (diff)
downloadvolse-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 'mod')
-rw-r--r--mod/channel.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 1442070a9..d1d9fd90f 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -47,6 +47,9 @@ function channel_aside(&$a) {
$a->set_widget('archive',posted_date_widget($a->get_baseurl(true) . '/channel/' . $a->profile['channel_address'],$a->profile['profile_uid'],true));
$a->set_widget('categories',categories_widget($a->get_baseurl(true) . '/channel/' . $a->profile['channel_address'],$cat));
}
+ if(feature_enabled($a->profile['profile_uid'],'tagadelic'))
+ $a->set_widget('tagcloud',tagblock('search',$a->profile['profile_uid']));
+
}