mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02: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
|
@ -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'])) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue