Move GROUPS_PER_PAGE to lib/framework
This commit is contained in:
parent
7f4b23b8ed
commit
43128e5da5
|
@ -34,6 +34,7 @@ define('AVATAR_MINI_SIZE', 24);
|
||||||
define('NOTICES_PER_PAGE', 20);
|
define('NOTICES_PER_PAGE', 20);
|
||||||
define('PROFILES_PER_PAGE', 20);
|
define('PROFILES_PER_PAGE', 20);
|
||||||
define('MESSAGES_PER_PAGE', 20);
|
define('MESSAGES_PER_PAGE', 20);
|
||||||
|
define('GROUPS_PER_PAGE', 20);
|
||||||
|
|
||||||
define('FOREIGN_NOTICE_SEND', 1);
|
define('FOREIGN_NOTICE_SEND', 1);
|
||||||
define('FOREIGN_NOTICE_RECV', 2);
|
define('FOREIGN_NOTICE_RECV', 2);
|
||||||
|
|
|
@ -34,8 +34,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||||
|
|
||||||
require_once INSTALLDIR.'/lib/widget.php';
|
require_once INSTALLDIR.'/lib/widget.php';
|
||||||
|
|
||||||
define('GROUPS_PER_PAGE', 20);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Widget to show a list of groups
|
* Widget to show a list of groups
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user