set proper row sizes
darcs-hash:20080601020132-84dde-8559905f735c05e7274babc6a23440317cc4e587.gz
This commit is contained in:
parent
52c7ff9827
commit
7743348d24
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user