forked from GNUsocial/gnu-social
gallery actions use same aside as profile
This commit is contained in:
parent
8def44bc57
commit
0c52ed76dd
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user