From 5ce6d2c5bd450e4a1c94dba104329d0b29636cb9 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Sun, 3 Apr 2016 21:00:18 +0200
Subject: [PATCH] added lang info to frost themes

---
 view/theme/frost-mobile/default.php | 2 +-
 view/theme/frost/default.php        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/view/theme/frost-mobile/default.php b/view/theme/frost-mobile/default.php
index 3a424ad5f4..332291ca92 100644
--- a/view/theme/frost-mobile/default.php
+++ b/view/theme/frost-mobile/default.php
@@ -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>
diff --git a/view/theme/frost/default.php b/view/theme/frost/default.php
index c379955f79..c67bdcf20e 100644
--- a/view/theme/frost/default.php
+++ b/view/theme/frost/default.php
@@ -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>
-- 
2.39.5