의 미러
https://github.com/friendica/friendica
synced 2025-09-05 19:58:31 +02:00
set language in HTML header to selected UI language
This commit is contained in:
부모
b9d9ffbd01
커밋
a88d950c33
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -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>
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue