Update layout.html.php

This commit is contained in:
danpros 2024-03-03 21:36:19 +07:00
commit 0de862c547

View file

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