set language in HTML header to selected UI language
This commit is contained in:
parent
71f93d0bdf
commit
9a6afaa307
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html >
|
<!DOCTYPE html >
|
||||||
<html itemscope itemtype="http://schema.org/Blog" />
|
<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
|
||||||
<head>
|
<head>
|
||||||
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
|
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
|
||||||
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
|
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
|
||||||
|
|
Loading…
Reference in a new issue