mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- moved redButtons to separate brick-file (no more "here its translated, and not there" or mixed up button order and better management on top)
- implemented subTabs for spells (used on class-page) - load sqlLimits from config into constants
This commit is contained in:
@@ -50,7 +50,7 @@ define('AUTH_BANNED', 3);
|
||||
define('AUTH_IPBANNED', 4);
|
||||
|
||||
// Cookie Names
|
||||
define('COOKIE_AUTH', 'aw_a');
|
||||
define('COOKIE_AUTH', 'aw_a');
|
||||
|
||||
// Times
|
||||
define('MINUTE', 60);
|
||||
@@ -87,6 +87,15 @@ define('LOCALE_DE', 3);
|
||||
define('LOCALE_ES', 6);
|
||||
define('LOCALE_RU', 8);
|
||||
|
||||
// red buttons on the top of the page (ASC:: right -> left)
|
||||
define('BUTTON_WOWHEAD', 0);
|
||||
define('BUTTON_UPGRADE', 1);
|
||||
define('BUTTON_COMPARE', 2);
|
||||
define('BUTTON_VIEW3D', 3);
|
||||
define('BUTTON_LINKS', 4);
|
||||
define('BUTTON_FORUM', 5);
|
||||
define('BUTTON_TALENT', 6);
|
||||
|
||||
// generic filter handler
|
||||
define('FILTER_CR_BOOLEAN', 1);
|
||||
define('FILTER_CR_FLAG', 2);
|
||||
|
||||
Reference in New Issue
Block a user