Move GROUPS_PER_PAGE to lib/framework

This commit is contained in:
Evan Prodromou 2011-10-07 13:52:38 -04:00
parent 7f4b23b8ed
commit 43128e5da5
2 changed files with 1 additions and 2 deletions

View File

@ -34,6 +34,7 @@ define('AVATAR_MINI_SIZE', 24);
define('NOTICES_PER_PAGE', 20);
define('PROFILES_PER_PAGE', 20);
define('MESSAGES_PER_PAGE', 20);
define('GROUPS_PER_PAGE', 20);
define('FOREIGN_NOTICE_SEND', 1);
define('FOREIGN_NOTICE_RECV', 2);

View File

@ -34,8 +34,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
require_once INSTALLDIR.'/lib/widget.php';
define('GROUPS_PER_PAGE', 20);
/**
* Widget to show a list of groups
*