Home
last modified time | relevance | path

Searched refs:default_lang_file (Results 1 – 2 of 2) sorted by relevance

/plugin/fckg/action/
H A Dmeta.php16 $default_lang_file = DOKU_PLUGIN . 'fckg/action/lang/' . $conf['lang'] . '.php'; variable
17 if(file_exists($default_lang_file)) {
18 @include_once($default_lang_file);
H A Dedit.php11 $default_lang_file = DOKU_PLUGIN . 'fckg/action/lang/' . $conf['lang'] . '.php'; variable
12 if(file_exists($default_lang_file)) {
13 @include($default_lang_file);