Merge pull request #2434 from tobiasd/20160403-lng

lang info in HTML header
This commit is contained in:
fabrixxm 2016-04-06 09:04:13 +02:00
commit 295489e9a5
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

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

View File

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