Blend in with some new code. New menus, etc.

This commit is contained in:
Shashi Gowda 2011-03-22 08:30:16 +05:30
parent bf121a695a
commit 13e9e41d2f
6 changed files with 30 additions and 46 deletions

View File

@ -181,7 +181,7 @@ class EditpeopletagAction extends OwnerDesignAction
$this->showPage();
}
function showLocalNav()
function showObjectNav()
{
$nav = new PeopletagGroupNav($this, $this->peopletag);
$nav->show();

View File

@ -181,11 +181,6 @@ class PeopletagsbyuserAction extends OwnerDesignAction
$this->elementEnd('dd');
$this->elementEnd('dl');
}
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showAnonymousMessage()
{

View File

@ -95,12 +95,6 @@ class PeopletagsforuserAction extends OwnerDesignAction
$this->showPage();
}
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showAnonymousMessage()
{
$notice =

View File

@ -95,12 +95,6 @@ class PeopletagsubscriptionsAction extends OwnerDesignAction
$this->showPage();
}
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showAnonymousMessage()
{
$notice =

View File

@ -179,7 +179,7 @@ class ShowprofiletagAction extends Action
);
}
function showLocalNav()
function showObjectNav()
{
$nav = new PeopletagGroupNav($this);
$nav->show();

View File

@ -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));