diff -r d8156d18ac58 -r 97ae8e9d5e29 includes/constants.php --- a/includes/constants.php Thu Sep 27 15:55:37 2007 -0400 +++ b/includes/constants.php Sat Nov 03 07:43:35 2007 -0400 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.2 (Coblynau) + * Version 1.1.1 * Copyright (C) 2006-2007 Dan Fuhry * constants.php - important defines used Enano-wide * @@ -37,6 +37,10 @@ define('PAGE_GRP_CATLINK', 1); define('PAGE_GRP_TAGGED', 2); define('PAGE_GRP_NORMAL', 3); +define('PAGE_GRP_REGEX', 4); + +// Identifier for the default meta-language +define('LANG_DEFAULT', 0); // // User types - don't touch these