forked from GNUsocial/gnu-social
hide subscription tag sections
This commit is contained in:
parent
f1da1a24d1
commit
b8a057bc2d
@ -152,16 +152,6 @@ class SubscriptionsAction extends GalleryAction
|
|||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showSections()
|
|
||||||
{
|
|
||||||
parent::showSections();
|
|
||||||
$cloud = new SubscriptionsPeopleTagCloudSection($this);
|
|
||||||
$cloud->show();
|
|
||||||
|
|
||||||
$cloud2 = new SubscriptionsPeopleSelfTagCloudSection($this);
|
|
||||||
$cloud2->show();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Link to feeds of subscriptions
|
* Link to feeds of subscriptions
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user