includes/constants.php
changeset 229 97ae8e9d5e29
parent 228 b0a4d179be85
child 279 8acd77a6c19d
equal deleted inserted replaced
147:d8156d18ac58 229:97ae8e9d5e29
     1 <?php
     1 <?php
     2 
     2 
     3 /*
     3 /*
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     5  * Version 1.0.2 (Coblynau)
     5  * Version 1.1.1
     6  * Copyright (C) 2006-2007 Dan Fuhry
     6  * Copyright (C) 2006-2007 Dan Fuhry
     7  * constants.php - important defines used Enano-wide
     7  * constants.php - important defines used Enano-wide
     8  *
     8  *
     9  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     9  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    10  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    10  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    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);
       
    41 
       
    42 // Identifier for the default meta-language
       
    43 define('LANG_DEFAULT', 0);
    40 
    44 
    41 //
    45 //
    42 // User types - don't touch these
    46 // User types - don't touch these
    43 //
    47 //
    44 
    48