summaryrefslogtreecommitdiffstats
path: root/contents/projekte/webdesign.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 /contents/projekte/webdesign.php
downloadcompag-website-15ef06a1a07757c8f7590784438b82a873fbdc02.tar
compag-website-15ef06a1a07757c8f7590784438b82a873fbdc02.zip
Initialer Import.HEADmaster
Diffstat (limited to 'contents/projekte/webdesign.php')
-rw-r--r--contents/projekte/webdesign.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/contents/projekte/webdesign.php b/contents/projekte/webdesign.php
new file mode 100644
index 0000000..9ae9d7e
--- /dev/null
+++ b/contents/projekte/webdesign.php
@@ -0,0 +1,26 @@
+<?php
+ $author = 'Emily';
+ $pathToRoot = '../../';
+?>
+<?php
+ include($pathToRoot . 'includes/firstinclude.inc.php');
+ include($pathToRoot . 'includes/header.inc.php');
+ include($pathToRoot . 'includes/mainmenu.inc.php');
+
+ include($pathToRoot . 'sidebars/projekte/main.inc.php');
+?>
+
+<div id="inhalt">
+ <h2>
+ Webdesign
+ </h2>
+ <p>
+ Das Produkt dieser Lerneinheit ist die Seite, die ihr vor euch seht!
+ Wir haben html, css und php behandelt.
+ </p>
+</div>
+
+<?php
+ include($pathToRoot . 'includes/footer.inc.php');
+ include($pathToRoot . 'includes/lastinclude.inc.php');
+?>