Add html lang

This commit is contained in:
danpros 2021-03-31 22:05:17 +07:00
commit 1848c024cd
7 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<!DOCTYPE html>
<html lang="en">
<html lang="<?php echo str_replace('_', '-', config('language'));?>">
<head>
<?php echo head_contents();?>
<title><?php echo $title;?></title>