Lines Matching defs:file
41 $file = 'style.ini';
42 if(file_exists($file)) {
43 $rawVars = arrayDeepMerge($rawVars, parse_ini_file($file, TRUE));
46 $file = platformSlashes('../../../conf/tpl/mikio/style.ini');
47 if(file_exists($file)) {
48 $rawVars = arrayDeepMerge($rawVars, parse_ini_file($file, TRUE));
51 $file = ($_SERVER['DOCUMENT_ROOT'] . '/conf/tpl/mikio/style.ini');
52 if(file_exists($file)) {
53 $rawVars = arrayDeepMerge($rawVars, parse_ini_file($file, TRUE));
80 echo "The requested file could not be found";
84 echo "The requested file could not be found";
92 // Find the position of the first comment in the CSS file