Searched refs:LC (Results 1 – 2 of 2) sorted by relevance
33 $LC = preg_replace('/[^a-z\-]+/', '', $_REQUEST['l']); variable35 if (empty($LC)) $LC = 'en'; variable36 if ($LC && $LC != 'en') {37 require_once(DOKU_INC . 'inc/lang/' . $LC . '/lang.php');47 <html lang="<?php echo $LC ?>" dir="<?php echo $lang['direction'] ?>">121 if (file_exists(DOKU_INC . 'inc/lang/' . $LC . '/install.html')) {122 include(DOKU_INC . 'inc/lang/' . $LC . '/install.html');183 global $LC;195 <input type="hidden" name="l" value="<?php echo $LC ?>"/>280 global $LC;[all …]
8 if(empty($LC)) $LC = empty($conf['lang']) ? 'en' : $conf['lang']; variable