mirror of
https://github.com/friendica/friendica
synced 2024-11-20 17:03:42 +00:00
set language in HTML header to selected UI language
This commit is contained in:
parent
b9d9ffbd01
commit
a88d950c33
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue