*
* CSS data base loader for main program
*
+ * http://www.magmagateau.com/fuukaba/ is the source of the code
+ *
* @package@
* @version@
* @date@
*/
/* css data */
-// http://www.magmagateau.com/fuukaba/ is the source of the code below
$style_load = false;
$style_bar = '';
<?php
-/* Enviorment Settings */
-// Do not change unless you renamed the directories
+/**
+ * Yotsubanome Enviorment Library
+ *
+ * Enviorment Settings
+ * Do not change unless you renamed the directories
+ *
+ * @package@
+ * @version@
+ * @date@
+ */
+
//define("PHP_DIRECTORY", '../test/'); // yotsubanome "C:\windows\system\"
define("DATA_DIR", PHP_DIRECTORY.'data/'); // data directory
define("CSS_DIR", DATA_DIR.'css/'); // CSS directory
define("TEMP_DIR", PHP_DIRECTORY.'temp/'); // upload content temperary directory
define("TPLT_DIR", DATA_DIR.'tplt/'); // template directory
define("JS_DIR", DATA_DIR.'js/'); // javascript directory
-define("SALTFILE", DATA_DIR.'salt.php'); // saltfile for secure t. codes
+define("SALTFILE", DATA_DIR.'salt.php'); // saltfile for secure trip codes
?>