added lang info to frost themes

This commit is contained in:
Tobias Diekershoff 2016-04-03 21:00:18 +02:00
parent a88d950c33
commit d9b6355bb8
2 changed files with 2 additions and 2 deletions

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>