OSDN Git Service

「メンバーの編集(editmembersettings)」画面でスキン変数<%pluginextras%>がパースされていなかった不具合を修正
[nucleus-jp/nucleus-next.git] / config.php.sample
index 36885fc..f196896 100644 (file)
@@ -28,7 +28,7 @@ $DIR_SKINS = '/your/path/to/skins/';
 // these dirs are normally subdirs of the nucleus dir, but\r
 // you can redefine them if you wish\r
 $DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/';\r
-$DIR_LANG = $DIR_NUCLEUS . 'language/';\r
+$DIR_LOCALES = $DIR_NUCLEUS . 'locales/';\r
 $DIR_LIBS = $DIR_NUCLEUS . 'libs/';\r
 \r
 if (!@file_exists($DIR_LIBS . 'globalfunctions.php')) {\r
@@ -39,4 +39,4 @@ if (!@file_exists($DIR_LIBS . 'globalfunctions.php')) {
 // include libs\r
 include($DIR_LIBS.'globalfunctions.php');\r
 \r
-?>
\ No newline at end of file
+?>\r