set proper row sizes

darcs-hash:20080601020132-84dde-8559905f735c05e7274babc6a23440317cc4e587.gz
This commit is contained in:
Evan Prodromou 2008-05-31 22:01:32 -04:00
parent 52c7ff9827
commit 7743348d24
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if (!defined('LACONICA')) { exit(1); }
# XXX: make distinct from similar definitions in showstream.php
define('SUBSCRIPTIONS_PER_ROW', 10);
define('SUBSCRIPTIONS_PER_ROW', 8);
define('SUBSCRIPTIONS_PER_PAGE', 80);
class SubscribedAction extends Action {

View File

@ -21,7 +21,7 @@ if (!defined('LACONICA')) { exit(1); }
# XXX: make distinct from similar definitions in showstream.php
define('SUBSCRIPTIONS_PER_ROW', 10);
define('SUBSCRIPTIONS_PER_ROW', 8);
define('SUBSCRIPTIONS_PER_PAGE', 80);
class SubscriptionsAction extends Action {