Lines Matching refs:file_exists
130 if (!file_exists($file)) continue;
180 if (!file_exists($file)) return;
200 if (file_exists($ifile)) {
247 if (file_exists($path . "en/lang.php")) {
251 if (file_exists($config_file . $p . '/en/lang.php')) {
256 if (file_exists($path . $conf['lang'] . "/lang.php")) {
260 if (file_exists($config_file . $p . '/' . $conf['lang'] . '/lang.php')) {
289 if (file_exists($path . "en/lang.php")) {
293 if (file_exists($config_file . $conf['template'] . '/en/lang.php')) {
297 …if (isset($conf['lang']) && $conf['lang'] != 'en' && file_exists($path . $conf['lang'] . "/lang.ph…
301 if (file_exists($path . $conf['lang'] . "/lang.php")) {
305 if (file_exists($config_file . $conf['template'] . '/' . $conf['lang'] . '/lang.php')) {