summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 17:51:39 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 17:51:39 +0200
commit54aa90e6414b2e23d02915495b66d64e8ba6e286 (patch)
tree542a3f0f9acc981bc9182cc46dec79d80f7cd911 /includes/header.php
parentac8dbe835e368b9c7d97584c3722206b134db890 (diff)
html5, css rewrite
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/header.php b/includes/header.php
index 750c82fb..d4f212d9 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -40,7 +40,7 @@ echo "</head>\n";
/////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////// B O D Y
/////////////////////////////////////////////////////////////////////////////////////////////
-echo "<body>\n";
+echo "<body class=\"background\">\n";
echo '<header><a href="' . $url . $ENGEL_ROOT . '" id="logo"></a></header>';
@@ -69,12 +69,12 @@ if ($_SESSION['Menu'] == "L")
include ("menu.php");
?>
</div>
-<div id="content">
+<div id="content" class="container">
<?php
echo '<h1>' . (strlen($header) == 0 ? Get_Text($Page["Name"]) : $header) . '</h1>';
-echo '<article>';
+echo '<article class="content">';
if (isset ($_SESSION['UID'])) {
if (isset ($_SESSION['oldurl']))