]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No All subscriptions/subscribers links
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:43:08 +0000 (15:43 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:43:08 +0000 (15:43 -0400)
lib/profileaction.php

index cd3f5bcde5b94b2bf6b3fc86bb0f60998685da1b..d0b0134281b990c2319769cb5233d3c724e11b1e 100644 (file)
@@ -140,13 +140,6 @@ class ProfileAction extends OwnerDesignAction
                 }
             }
 
-            if ($cnt > PROFILES_PER_MINILIST) {
-                $this->elementStart('p');
-                // TRANS: Text for user subscription statistics if user has more subscriptions than displayed.
-                $this->statsSectionLink('subscriptions', _('All subscriptions'), 'more');
-                $this->elementEnd('p');
-            }
-
             Event::handle('EndShowSubscriptionsMiniList', array($this));
         }
         $this->elementEnd('div');
@@ -177,13 +170,6 @@ class ProfileAction extends OwnerDesignAction
                 }
             }
 
-            if ($cnt > PROFILES_PER_MINILIST) {
-                $this->elementStart('p');
-                // TRANS: Text for user subscription statistics if user has more subscribers than displayed.
-                $this->statsSectionLink('subscribers', _('All subscribers'), 'more');
-                $this->elementEnd('p');
-            }
-
             Event::handle('EndShowSubscribersMiniList', array($this));
         }