port tag cloud widget from hubzilla

This commit is contained in:
rabuzarus 2017-11-22 21:29:07 +01:00
parent 29a1c067ee
commit d7d653aab6
7 changed files with 188 additions and 2 deletions

View file

@ -185,6 +185,7 @@ function profile_content(App $a, $update = 0) {
$a->page['aside'] .= posted_date_widget(System::baseUrl(true) . '/profile/' . $a->profile['nickname'],$a->profile['profile_uid'],true);
$a->page['aside'] .= categories_widget(System::baseUrl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : ''));
$a->page['aside'] .= tagcloud_wall_widget();
if (can_write_wall($a,$a->profile['profile_uid'])) {