Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
$language = $vars['language'] | |
$vars['language'] $vars['lc'] if present, client will be sent long expires headers More... | |
$lastcache = elgg_extract('lc', $vars, 0) | |
if($lastcache) | $all_translations = elgg_get_config('translations') |
$translations = $all_translations['en'] | |
if ($language!= 'en') | |
if ($lastcache) $all_translations = elgg_get_config('translations') |
Definition at line 26 of file languages.php.
$vars['language'] $vars['lc'] if present, client will be sent long expires headers
Definition at line 7 of file languages.php.
$lastcache = elgg_extract('lc', $vars, 0) |
Definition at line 8 of file languages.php.
$translations = $all_translations['en'] |
Definition at line 27 of file languages.php.
if($language!= 'en') |
Definition at line 29 of file languages.php.