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
1 changed files with 1 additions and 7 deletions

View File

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