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