mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Show only the user's categories on their profile
This commit is contained in:
parent
c03ff7833b
commit
30dcf3380c
2 changed files with 6 additions and 9 deletions
|
@ -118,7 +118,7 @@ class Status extends BaseProfile
|
|||
$commvisitor = $commpage && $remote_contact;
|
||||
|
||||
DI::page()['aside'] .= Widget::postedByYear(DI::baseUrl() . '/profile/' . $profile['nickname'] . '/status', $profile['profile_uid'] ?? 0, true);
|
||||
DI::page()['aside'] .= Widget::categories(DI::baseUrl() . '/profile/' . $profile['nickname'] . '/status', XML::escape($category));
|
||||
DI::page()['aside'] .= Widget::categories($profile['uid'], DI::baseUrl() . '/profile/' . $profile['nickname'] . '/status', $category);
|
||||
DI::page()['aside'] .= Widget::tagCloud($profile['uid']);
|
||||
|
||||
if (Security::canWriteToUserWall($profile['uid'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue