added lang info to frost themes

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

Wyświetl plik

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

Wyświetl plik

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