diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-08 00:27:04 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-08 00:27:04 -0400 |
commit | b8bfc8beaede4977573a978f825231347bf91385 (patch) | |
tree | 90c9a3f1943383d87dbf26559ca6080ebe2a9c74 | |
parent | f21077ce55f3157e1343cf1c80f5e5d4dfb578ab (diff) |
far fewer icons in the sidebar
-rw-r--r-- | lib/groupminilist.php | 2 | ||||
-rw-r--r-- | lib/profileminilist.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/groupminilist.php b/lib/groupminilist.php index fe38d0340..e8d3a4e3a 100644 --- a/lib/groupminilist.php +++ b/lib/groupminilist.php @@ -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 diff --git a/lib/profileminilist.php b/lib/profileminilist.php index 0d466bba8..57496d0e9 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -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 |