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 /lib/groupminilist.php | |
parent | f21077ce55f3157e1343cf1c80f5e5d4dfb578ab (diff) |
far fewer icons in the sidebar
Diffstat (limited to 'lib/groupminilist.php')
-rw-r--r-- | lib/groupminilist.php | 2 |
1 files changed, 1 insertions, 1 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 |