diff options
-rw-r--r-- | Zotlabs/Widget/Pubtagcloud.php | 2 | ||||
-rw-r--r-- | include/taxonomy.php | 9 | ||||
-rw-r--r-- | view/pdl/mod_pubstream.pdl | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/Zotlabs/Widget/Pubtagcloud.php b/Zotlabs/Widget/Pubtagcloud.php index af288cf9a..b21586db0 100644 --- a/Zotlabs/Widget/Pubtagcloud.php +++ b/Zotlabs/Widget/Pubtagcloud.php @@ -31,7 +31,7 @@ class Pubtagcloud { - $limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 50); + $limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 75); return pubtagblock($net_firehose,$site_firehose, $limit, $trending); diff --git a/include/taxonomy.php b/include/taxonomy.php index 6011ca80c..97cbe03d7 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -368,15 +368,6 @@ function pub_tagadelic($net,$site,$limit,$recent,$type) { } - - - - - - - - - function dir_tagadelic($count = 0, $hub = '') { $count = intval($count); diff --git a/view/pdl/mod_pubstream.pdl b/view/pdl/mod_pubstream.pdl index 7911f6dfd..abb1a4931 100644 --- a/view/pdl/mod_pubstream.pdl +++ b/view/pdl/mod_pubstream.pdl @@ -1,5 +1,5 @@ [region=aside] -[widget=pubtagcloud][var=trending]15[/var][var=limit]20[/var][/widget] +[widget=pubtagcloud][var=trending]8[/var][var=limit]20[/var][/widget] [widget=pubtagcloud][/widget] [/region] [region=right_aside] |