diff --git a/theme/classic.php b/theme/classic.php index 03c0e3a..2186f0d 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -529,6 +529,7 @@ function render_list($path, $files) }); function changelanguage(str) { + if (str=='Language') str = 'en-us'; document.cookie='language='+str+'; path=/'; location.href = location.href; }