Browse Source

Update layout.html.php

pull/698/head v2.9.4
danpros 1 year ago
parent
commit
0de862c547
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/layout.html.php

+ 1
- 1
system/admin/views/layout.html.php 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>


Loading…
Cancel
Save