diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-10-01 16:32:55 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-10-01 16:32:55 +0200 |
commit | 15ef06a1a07757c8f7590784438b82a873fbdc02 (patch) | |
tree | 40b8a690ff07e047e7c612346ca012585af433db /contents/projekte/main.php | |
download | compag-website-master.tar compag-website-master.zip |
Diffstat (limited to 'contents/projekte/main.php')
-rw-r--r-- | contents/projekte/main.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/contents/projekte/main.php b/contents/projekte/main.php new file mode 100644 index 0000000..8c87d69 --- /dev/null +++ b/contents/projekte/main.php @@ -0,0 +1,31 @@ +<?php + $author = 'Lena'; + $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> + Projekte + </h2> + <p> + Wir hatten leider noch nicht besonders viele Projekte, ausführlich dokumentiert ist bisher nur der Robocup 2007, zu dem hier auch Informationen über den Roboter, mit dem wir an diesem teilnahmen, zu finden sind. Momentan sind wir in den Vorbereitungen für den Rococup 2008. + </p> + <p> + Diese Website ist das Ergebnis unseres Websdesign-Projekts. + </p> + <p> + Als nächtest werden wir ein Benutzerverwaltungssystem für unsere Schule programmieren. + </p> +</div> + +<?php + include($pathToRoot . 'includes/footer.inc.php'); + include($pathToRoot . 'includes/lastinclude.inc.php'); +?> |