added lang info to frost themes
This commit is contained in:
parent
a88d950c33
commit
d9b6355bb8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue