From 8bf309b808142d21aade10a40466403adf2001d7 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 29 Sep 2009 19:56:44 +0200 Subject: layout improvement based on daniel's patch The page is divided into a header, content and footer. It is styled better and the header links to the main page. Patch from Daniel von Fange (Leancoder): http://pommi.nethuis.nl/storage/software/cgp/leancoder-css.cgp-v-0-1.patch --- inc/html.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'inc/html.inc.php') diff --git a/inc/html.inc.php b/inc/html.inc.php index 0a5b342..99ecef2 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php @@ -15,12 +15,21 @@ function html_start() { + + +
+ EOT; } function html_end() { echo << + EOT; -- cgit v1.1