From 15ef06a1a07757c8f7590784438b82a873fbdc02 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 1 Oct 2008 16:32:55 +0200 Subject: Initialer Import. --- includes/firstinclude.inc.php | 13 +++++++++++++ includes/footer.inc.php | 5 +++++ includes/header.inc.php | 7 +++++++ includes/lastinclude.inc.php | 2 ++ includes/mainmenu.inc.php | 8 ++++++++ 5 files changed, 35 insertions(+) create mode 100644 includes/firstinclude.inc.php create mode 100644 includes/footer.inc.php create mode 100644 includes/header.inc.php create mode 100644 includes/lastinclude.inc.php create mode 100644 includes/mainmenu.inc.php (limited to 'includes') 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 @@ + + + + CompAG<?php if(isset($title)) echo ' - ' . $title; ?> + + + + + +
+ diff --git a/includes/footer.inc.php b/includes/footer.inc.php new file mode 100644 index 0000000..47b9f63 --- /dev/null +++ b/includes/footer.inc.php @@ -0,0 +1,5 @@ + diff --git a/includes/header.inc.php b/includes/header.inc.php new file mode 100644 index 0000000..278ec08 --- /dev/null +++ b/includes/header.inc.php @@ -0,0 +1,7 @@ + +
+
diff --git a/includes/lastinclude.inc.php b/includes/lastinclude.inc.php new file mode 100644 index 0000000..7fb2bd6 --- /dev/null +++ b/includes/lastinclude.inc.php @@ -0,0 +1,2 @@ + + diff --git a/includes/mainmenu.inc.php b/includes/mainmenu.inc.php new file mode 100644 index 0000000..2dc700a --- /dev/null +++ b/includes/mainmenu.inc.php @@ -0,0 +1,8 @@ + -- cgit v1.2.3