summaryrefslogtreecommitdiffstats
path: root/includes/firstinclude.inc.php
diff options
context:
space:
mode:
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">
+