aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
authorPim van den Berg2009-09-29 19:56:44 +0200
committerPim van den Berg2009-09-29 20:06:19 +0200
commit8bf309b808142d21aade10a40466403adf2001d7 (patch)
treef584b93a3a8fdd42782c29661fe906455ad15483 /detail.php
parentchange webdir/weburl and include/require usage (diff)
downloadapt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.zip
apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.tar.gz
apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.tar.bz2
apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.tar.xz
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
Diffstat (limited to 'detail.php')
-rw-r--r--detail.php2
1 files changed, 1 insertions, 1 deletions
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'];
15 15
16html_start(); 16html_start();
17 17
18printf('<h1><a href="%s">&laquo;</a> %s</h1>'."\n", 18printf('<h2><a href="%s">&laquo;</a> %s</h2>'."\n",
19 $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host 19 $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host
20); 20);
21 21