set language in HTML header to selected UI language

pull/3010/head
Tobias Diekershoff 2016-04-03 20:55:39 +02:00 zatwierdzone przez Roland Haeder
rodzic 71f93d0bdf
commit 9a6afaa307
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
<!DOCTYPE html >
<html itemscope itemtype="http://schema.org/Blog" />
<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>