Start using the new HTML5/CSS code.
This commit is contained in:
parent
767d4f3e7c
commit
c23c0987af
30 changed files with 1023 additions and 1637 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<head>
|
||||
<?php if ($light) { ?>
|
||||
<head>
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<link rel="stylesheet" href="/html/light.css" type="text/css">
|
||||
<?php } else { ?>
|
||||
<?php } else { ?>
|
||||
<link rel="stylesheet" href="/html/dark.css" type="text/css">
|
||||
<?php } ?>
|
||||
<link rel="shortcut icon" href="/html/favicon.ico">
|
||||
<meta name="author" content="Darren 'Tadgy' Austin">
|
||||
<meta name="description" content="<?php print ($description); ?>">
|
||||
<meta name="keywords" content="<?php print ($keywords); ?>">
|
||||
<meta name="google-site-verification" content="NrTA5svYU1fXFm6RMVkVvsCXF84mkwfKTckHfsTUyVM">
|
||||
<meta name="msvalidate.01" content="9E9AFC7E738EB5E9FF87F0EEBE1BDE8A">
|
||||
<?php print ("<title>" . $titleprefix . $title . "</title>" . "\n"); ?>
|
||||
</head>
|
||||
<?php } ?>
|
||||
<link rel="shortcut icon" href="/html/favicon.ico">
|
||||
<meta name="author" content="Darren 'Tadgy' Austin">
|
||||
<meta name="description" content="<?php print ($description); ?>">
|
||||
<meta name="keywords" content="<?php print ($keywords); ?>">
|
||||
<meta name="google-site-verification" content="NrTA5svYU1fXFm6RMVkVvsCXF84mkwfKTckHfsTUyVM">
|
||||
<meta name="msvalidate.01" content="9E9AFC7E738EB5E9FF87F0EEBE1BDE8A">
|
||||
<title><?php print ($titleprefix . $title); ?></title>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue