mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
cd0dbb4671
10 changed files with 301 additions and 272 deletions
|
@ -125,7 +125,7 @@
|
|||
if (( $value == $v_language ) || ( $svalue == $v_language)){
|
||||
echo 'selected' ;
|
||||
}
|
||||
if (( $value == 'en' ) && (empty($v_language))){
|
||||
if (( $value == detect_user_language() ) && (empty($v_language))){
|
||||
echo 'selected' ;
|
||||
}
|
||||
echo ">".htmlentities($value)."</option>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue