mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
20 lines
626 B
PHP
20 lines
626 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<LINK rel="StyleSheet" type="text/css" href="/styles/<?=$theme?>/level1.css">
|
|
<STYLE type="text/css" media="screen"><!--
|
|
@import url(/styles/<?=$theme?>/level2.css);
|
|
--></STYLE>
|
|
<TITLE><?
|
|
switch ($theme) {
|
|
case "christmas":
|
|
echo "Happy Holidays from ";
|
|
break;
|
|
default:
|
|
}
|
|
echo "$siteName: $pageName";
|
|
?></TITLE>
|
|
<LINK rel="Icon" type="image/png" href="/img/icons16/qficon.png">
|
|
<SCRIPT type="text/javascript"><? include siteHome . "/parts/menuResize.js"; ?></SCRIPT>
|
|
</HEAD>
|
|
<BODY>
|