]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/popularnoticesection.php
start conversation action
[quix0rs-gnu-social.git] / lib / popularnoticesection.php
index 89daaa563ce7aa7a75e1f72c8e2e4a5157376630..c7c7f02150407a850bbcc8a3172cfd8b05f90dfd 100644 (file)
@@ -31,8 +31,6 @@ if (!defined('LACONICA')) {
     exit(1);
 }
 
-define('NOTICES_PER_SECTION', 6);
-
 /**
  * Base class for sections showing lists of notices
  *
@@ -80,4 +78,9 @@ class PopularNoticeSection extends NoticeSection
     {
         return 'popular_notices';
     }
+
+    function moreUrl()
+    {
+        return common_local_url('favorited');
+    }
 }