mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Rusian languaje on Search page
Comented Set Locale ru_RU.utf8 , now is on the correct languaje setting
This commit is contained in:
parent
c9bc37d8b8
commit
065e66c70d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
|
|||
top_panel($user,$TAB);
|
||||
|
||||
$lang = 'ru_RU.utf8';
|
||||
setlocale(LC_ALL, $lang);
|
||||
//setlocale(LC_ALL, $lang);
|
||||
|
||||
// Data
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue