]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Add StyleSheet option to use a CSS to change AWStats look.
authoreldy <>
Sat, 19 Jan 2002 20:14:46 +0000 (20:14 +0000)
committereldy <>
Sat, 19 Jan 2002 20:14:46 +0000 (20:14 +0000)
wwwroot/cgi-bin/awstats.model.conf

index e2e0072560b8370ef77f4c6a3ded3b0ee8d76336..911fb6f33257c9f0fb2bf6e8bda14e6c947234c5 100644 (file)
@@ -435,7 +435,15 @@ BarHeight  = 180
 Logo="awstats_logo1.png"
 LogoLink="http://awstats.sourceforge.net"
 
-# Colors used on AWStats report page.
+# You can ask AWStats to use a particular CSS (Cascading Style Sheet) to
+# change its look.
+# Example: "/css/awstats.css"
+# Default: ""
+#
+StyleSheet=""
+
+# Those colors parameters can be used (if StyleSheet parameter is not used)
+# to change AWStats look.
 # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex
 #
 color_Background="FFFFFF"              # Background color for main page (Default = "FFFFFF")