Home
last modified time | relevance | path

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

/dokuwiki/
H A Dinstall.php33 $LC = preg_replace('/[^a-z\-]+/', '', $_REQUEST['l']);
35 if (empty($LC)) $LC = 'en';
36 if ($LC && $LC != 'en') { variable
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;
38 if (empty($LC)) $LC = 'en'; global() variable
[all...]
/dokuwiki/conf/
H A Dlicense.php8 if(empty($LC)) $LC = empty($conf['lang']) ? 'en' : $conf['lang']; variable
12 'url' => 'https://creativecommons.org/publicdomain/zero/1.0/deed.'.$LC,
16 'url' => 'https://creativecommons.org/licenses/publicdomain/deed.'.$LC,
20 'url' => 'https://creativecommons.org/licenses/by/4.0/deed.'.$LC,
24 'url' => 'https://creativecommons.org/licenses/by-sa/4.0/deed.'.$LC,
32 'url' => 'https://creativecommons.org/licenses/by-nc/4.0/deed.'.$LC,
36 'url' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/deed.'.$LC,