summaryrefslogtreecommitdiffstats
path: root/includes/firstinclude.inc.php
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-10-01 16:32:55 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-10-01 16:32:55 +0200
commit15ef06a1a07757c8f7590784438b82a873fbdc02 (patch)
tree40b8a690ff07e047e7c612346ca012585af433db /includes/firstinclude.inc.php
downloadcompag-website-15ef06a1a07757c8f7590784438b82a873fbdc02.tar
compag-website-15ef06a1a07757c8f7590784438b82a873fbdc02.zip
Initialer Import.HEADmaster
Diffstat (limited to 'includes/firstinclude.inc.php')
-rw-r--r--includes/firstinclude.inc.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/includes/firstinclude.inc.php b/includes/firstinclude.inc.php
new file mode 100644
index 0000000..4dc0eb8
--- /dev/null
+++ b/includes/firstinclude.inc.php
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>CompAG<?php if(isset($title)) echo ' - ' . $title; ?></title>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" type="text/css" href="<?php echo $pathToRoot; ?>stylesheets/basis.css" />
+ <style type="text/css">
+ @import url(<?php echo $pathToRoot; ?>stylesheets/screen.css);
+ </style>
+ </head>
+ <body>
+ <div id="wrapper">
+