gallery actions use same aside as profile

This commit is contained in:
Evan Prodromou 2011-04-14 15:50:45 -04:00
parent 8def44bc57
commit 0c52ed76dd

View File

@ -28,7 +28,7 @@ require_once INSTALLDIR.'/lib/profilelist.php';
define('AVATARS_PER_PAGE', 80); define('AVATARS_PER_PAGE', 80);
// @todo FIXME: Class documentation missing. // @todo FIXME: Class documentation missing.
class GalleryAction extends OwnerDesignAction class GalleryAction extends ProfileAction
{ {
var $profile = null; var $profile = null;
var $page = null; var $page = null;
@ -97,12 +97,6 @@ class GalleryAction extends OwnerDesignAction
$this->showPage(); $this->showPage();
} }
function showObjectNav()
{
$nav = new SubGroupNav($this, $this->user);
$nav->show();
}
function showContent() function showContent()
{ {
$this->showTagsDropdown(); $this->showTagsDropdown();