You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
423 B
PHP
12 lines
423 B
PHP
<?php
|
|
$_SESSION['title'] = $title;
|
|
echo '<!DOCTYPE html>';
|
|
echo '<html lang="en">';
|
|
echo '<head>';
|
|
echo '<title>'.$title.'</title>';
|
|
echo '<meta name="description" content="broken-moon.net - '.$title.'" />';
|
|
echo '<meta name="keywords" content="'.$tags.'" />';
|
|
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0" />';
|
|
echo '<link rel="icon" type="image/gif" href="'.$root.'favicon.gif" />';
|
|
?>
|