|
|
|
Syntax for: PHP_CSL_6 . Configuration |
<?
// home/root directory
$snippet_root = @dirname(__FILE__);
// template file used to create syntax library file
$snippet_s = "/library.s";
// template file used to create description library file
$snippet_d = "/library.d";
// library folder name
// *** Remeber to chmod this dir to 777 ***
$snippet_library = "/library/";
// file which store the snippets categories
$snippet_cats = $snippet_root."/cats.cfg";
// library syntax file extension/suffix
$snippet_ext_s = ".s";
// library description file extension/suffix
$snippet_ext_d = ".d";
// current theme
// default | tan | green | gray | black
$snippet_theme = "themes/default";
?>
|
|
Description for: PHP_CSL_6 . Configuration |
|
PHP CSL Configuration file.
|
|
|