blob: 4dc0eb868e7572e14d0108f0105f5422d3aec603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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">
|