From 43a88bde291c9b9921a44a4b171db34cd58d67f8 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 10 Oct 2009 17:38:10 +0200 Subject: remove laquo from navigation You can always return to the main page via the header. From the detail page you can return to the host page by clicking the hostname. --- host.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host.php') diff --git a/host.php b/host.php index e8979aa..f98ca99 100644 --- a/host.php +++ b/host.php @@ -9,7 +9,7 @@ $splugin = $_GET['p']; html_start(); -printf('

« %s

'."\n", $CONFIG['weburl'], $host); +printf('

%s

'."\n", $host); $plugins = collectd_plugins($host); -- cgit v1.1