We are now having an account type and are publishing it
This commit is contained in:
parent
196eb6009f
commit
d632d282cd
9 changed files with 77 additions and 32 deletions
9
boot.php
9
boot.php
|
|
@ -182,13 +182,14 @@ define ( 'PAGE_PRVGROUP', 5 );
|
|||
/** @}*/
|
||||
|
||||
/**
|
||||
* @name page types
|
||||
* @name account types
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
define ( 'PAGE_TYPE_PERSON', 0 );
|
||||
define ( 'PAGE_TYPE_COMPANY', 1 );
|
||||
define ( 'PAGE_TYPE_COMMUNITY', 2 );
|
||||
define ( 'ACCOUNT_TYPE_PERSON', 0 );
|
||||
define ( 'ACCOUNT_TYPE_COMPANY', 1 );
|
||||
define ( 'ACCOUNT_TYPE_NEWS', 2 );
|
||||
define ( 'ACCOUNT_TYPE_COMMUNITY', 3 );
|
||||
/** @}*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue