Moved constants into module files

This commit is contained in:
Marc Alexander
2011-04-05 09:45:44 +02:00
parent bbc9bb3043
commit 391bbdee5c
3 changed files with 37 additions and 28 deletions

View File

@@ -15,10 +15,6 @@ if (!defined('IN_PHPBB'))
global $table_prefix;
// Config constants
define('B3_LINKS_CAT', 0);
define('B3_LINKS_INT', 1);
define('B3_LINKS_EXT', 2);
define('B3_MODULE_DISABLED', 0);
define('B3_MODULE_ENABLED', 1);