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 --- detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 3512716..d8bd4eb 100644 --- a/detail.php +++ b/detail.php @@ -15,7 +15,7 @@ $seconds = $_GET['s']; html_start(); -printf('

« %s

'."\n", +printf('

« %s

'."\n", $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host ); -- cgit v1.1