]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
far fewer icons in the sidebar
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 8 Apr 2009 04:27:04 +0000 (00:27 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 8 Apr 2009 04:27:04 +0000 (00:27 -0400)
lib/groupminilist.php
lib/profileminilist.php

index fe38d03403aa3090100731a4f79fa8b16782ccd4..e8d3a4e3a2c58108bbcc502255a82adcb02d2967 100644 (file)
@@ -33,7 +33,7 @@ if (!defined('LACONICA')) {
 
 require_once INSTALLDIR.'/lib/grouplist.php';
 
-define('GROUPS_PER_MINILIST', 80);
+define('GROUPS_PER_MINILIST', 27);
 
 /**
  * Widget to show a list of groups, good for sidebar
index 0d466bba81e7be3139c3b7e03cc99ac6545b8a27..57496d0e97d77ee236a74d03adead1ad5860bdd8 100644 (file)
@@ -33,7 +33,7 @@ if (!defined('LACONICA')) {
 
 require_once INSTALLDIR.'/lib/profilelist.php';
 
-define('PROFILES_PER_MINILIST', 80);
+define('PROFILES_PER_MINILIST', 27);
 
 /**
  * Widget to show a list of profiles, good for sidebar