includes/constants.php
changeset 156 edbff85d43e8
parent 142 ca9118d9c0f2
child 166 d53cc29308f4
equal deleted inserted replaced
155:87bffacdfb92 156:edbff85d43e8
    35 
    35 
    36 // Page group types
    36 // Page group types
    37 define('PAGE_GRP_CATLINK', 1);
    37 define('PAGE_GRP_CATLINK', 1);
    38 define('PAGE_GRP_TAGGED', 2);
    38 define('PAGE_GRP_TAGGED', 2);
    39 define('PAGE_GRP_NORMAL', 3);
    39 define('PAGE_GRP_NORMAL', 3);
       
    40 define('PAGE_GRP_REGEX', 4);
    40 
    41 
    41 //
    42 //
    42 // User types - don't touch these
    43 // User types - don't touch these
    43 //
    44 //
    44 
    45