From b4cea4282f57f617a94873d5aa2584d31b81be8e Mon Sep 17 00:00:00 2001 From: eldy <> Date: Thu, 23 Aug 2001 23:40:52 +0000 Subject: [PATCH] Add LogoLink parameter (to choose link used for clicking on logo) --- wwwroot/cgi-bin/awstats.model.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 72a606cd..5021a499 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -291,11 +291,12 @@ MinHitRefer = 1 MaxNbOfKeywordsShown = 25 MinHitKeyword = 1 -# You can set this to use your own logo. +# You can set Logo and LogoLink to use your own logo. # Logo file must be in $DirIcons/other directory # Default: "awstats_logo1.png" # Logo="awstats_logo1.png" +LogoLink="http://awstats.sourceforge.net" # Colors used on AWStats report page. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex -- 2.47.3