includes/constants.php
changeset 73 0a74676a2f2f
parent 21 663fcf528726
child 98 6457a9b983c6
--- a/includes/constants.php	Sat Jul 21 11:28:59 2007 -0400
+++ b/includes/constants.php	Sat Jul 21 18:12:10 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 (Banshee)
+ * Version 1.0.1 (Loch Ness)
  * Copyright (C) 2006-2007 Dan Fuhry
  * constants.php - important defines used Enano-wide
  *
@@ -33,6 +33,11 @@
 define('GROUP_ID_ADMIN', 2);
 define('GROUP_ID_MOD', 3);
 
+// Page group types
+define('PAGE_GRP_CATLINK', 1);
+define('PAGE_GRP_TAGGED', 2);
+define('PAGE_GRP_NORMAL', 3);
+
 //
 // User types - don't touch these
 //