Add selected language to <html> tag

This commit is contained in:
Eike Foken
2011-04-22 01:37:37 +02:00
parent e982a94546
commit 6b5a38f549
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="de">
<html lang="<?=$this->config->item('lang_selected');?>">
<head>
<title>Scattport</title>
<meta charset="utf-8" />

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="de">
<html lang="<?=$this->config->item('lang_selected');?>">
<head>
<title>Scattport</title>
<meta charset="utf-8" />