far fewer icons in the sidebar

This commit is contained in:
Evan Prodromou 2009-04-08 00:27:04 -04:00
parent f21077ce55
commit b8bfc8beae
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ if (!defined('LACONICA')) {
require_once INSTALLDIR.'/lib/grouplist.php'; 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 * Widget to show a list of groups, good for sidebar

View File

@ -33,7 +33,7 @@ if (!defined('LACONICA')) {
require_once INSTALLDIR.'/lib/profilelist.php'; 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 * Widget to show a list of profiles, good for sidebar