forked from GNUsocial/gnu-social
Blend in with some new code. New menus, etc.
This commit is contained in:
parent
bf121a695a
commit
13e9e41d2f
@ -181,7 +181,7 @@ class EditpeopletagAction extends OwnerDesignAction
|
||||
$this->showPage();
|
||||
}
|
||||
|
||||
function showLocalNav()
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new PeopletagGroupNav($this, $this->peopletag);
|
||||
$nav->show();
|
||||
|
@ -181,11 +181,6 @@ class PeopletagsbyuserAction extends OwnerDesignAction
|
||||
$this->elementEnd('dd');
|
||||
$this->elementEnd('dl');
|
||||
}
|
||||
function showLocalNav()
|
||||
{
|
||||
$nav = new PersonalGroupNav($this);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showAnonymousMessage()
|
||||
{
|
||||
|
@ -95,12 +95,6 @@ class PeopletagsforuserAction extends OwnerDesignAction
|
||||
$this->showPage();
|
||||
}
|
||||
|
||||
function showLocalNav()
|
||||
{
|
||||
$nav = new PersonalGroupNav($this);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showAnonymousMessage()
|
||||
{
|
||||
$notice =
|
||||
|
@ -95,12 +95,6 @@ class PeopletagsubscriptionsAction extends OwnerDesignAction
|
||||
$this->showPage();
|
||||
}
|
||||
|
||||
function showLocalNav()
|
||||
{
|
||||
$nav = new PersonalGroupNav($this);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showAnonymousMessage()
|
||||
{
|
||||
$notice =
|
||||
|
@ -179,7 +179,7 @@ class ShowprofiletagAction extends Action
|
||||
);
|
||||
}
|
||||
|
||||
function showLocalNav()
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new PeopletagGroupNav($this);
|
||||
$nav->show();
|
||||
|
@ -905,6 +905,7 @@ class Notice extends Memcached_DataObject
|
||||
unset($ni[$id]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Give plugins a chance to filter out...
|
||||
Event::handle('EndNoticeWhoGets', array($this, &$ni));
|
||||
|
Loading…
Reference in New Issue
Block a user