X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgalleryaction.php;h=bd7da195fa0b66f7d72840e28d70ef3741f1b594;hb=22e50ad7bbdef7d77172a1e892a6952ca9f26d77;hp=ac2feeeccf11d5bcfc8fc253c4b33dfbf520c91b;hpb=d442f596938d1ada5ea0d8deeb503b4d993de169;p=quix0rs-gnu-social.git 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();