Home
last modified time | relevance | path

Searched refs:stylesDir (Results 1 – 1 of 1) sorted by path

/plugin/bibtex/OSBib/
H A DLOADSTYLE.php36 function loadDir($stylesDir) argument
38 $handle = opendir($stylesDir);
42 if(is_dir($stylesDir . '/' . $dir)
43 && file_exists($stylesDir . '/' . $dir . "/" . $fileName))
45 if($fh = fopen($stylesDir . '/' . $dir . "/" . $fileName, "r"))