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