From: Evan Prodromou Date: Thu, 14 Apr 2011 19:50:45 +0000 (-0400) Subject: gallery actions use same aside as profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0c52ed76dd6c3c87a9cb6bcab38030335a8b8727;p=quix0rs-gnu-social.git gallery actions use same aside as profile --- diff --git a/lib/galleryaction.php b/lib/galleryaction.php index ac2feeeccf..bd7da195fa 100644 --- a/lib/galleryaction.php +++ b/lib/galleryaction.php @@ -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();