[xoops-cvslog 4064] CVS update: xoops2jp/html/modules/base/include

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 8月 9日 (水) 18:39:39 JST


Index: xoops2jp/html/modules/base/include/xoops2_system_constants.inc.php
diff -u /dev/null xoops2jp/html/modules/base/include/xoops2_system_constants.inc.php:1.1.2.1
--- /dev/null	Wed Aug  9 18:39:39 2006
+++ xoops2jp/html/modules/base/include/xoops2_system_constants.inc.php	Wed Aug  9 18:39:39 2006
@@ -0,0 +1,29 @@
+<?php
+/**
+ * This file defines constants which were defined in system module of XOOPS2.
+ * Legacy module already has removed all codes which depend on these constants.
+ * This file may be loaded by some developers who need these constants.
+ * 
+ * @package Legacy
+ * @version $Id: xoops2_system_constants.inc.php,v 1.1.2.1 2006/08/09 09:39:39 minahito Exp $
+ */
+
+if (!defined('XOOPS_SYSTEM_GROUP')) {
+	define('XOOPS_SYSTEM_GROUP', 1);
+	define('XOOPS_SYSTEM_USER', 2);
+	define('XOOPS_SYSTEM_PREF', 3);
+	define('XOOPS_SYSTEM_MODULE', 4);
+	define('XOOPS_SYSTEM_BLOCK', 5);
+	// define('XOOPS_SYSTEM_THEME', 6);
+	define('XOOPS_SYSTEM_FINDU', 7);
+	define('XOOPS_SYSTEM_MAILU', 8);
+	define('XOOPS_SYSTEM_IMAGE', 9);
+	define('XOOPS_SYSTEM_AVATAR', 10);
+	define('XOOPS_SYSTEM_URANK', 11);
+	define('XOOPS_SYSTEM_SMILE', 12);
+	define('XOOPS_SYSTEM_BANNER', 13);
+	define('XOOPS_SYSTEM_COMMENT', 14);
+	define('XOOPS_SYSTEM_TPLSET', 15);
+}
+
+?>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る