From 959b77c3fa9b602cf50722c0c2b5aa2c08b59e99 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 9 Jun 2001 19:31:34 +0000 Subject: - Added $theme->foreground and $theme->background vars to provide some general usable colors outside of a theme. - Updated poll.module to use the new $theme color variables --- themes/example/example.theme | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/example/example.theme') diff --git a/themes/example/example.theme b/themes/example/example.theme index b09563474..20e567173 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -10,6 +10,9 @@ *********************************************************************/ class Theme { + // General colorset that can be used for this theme + var $foreground = "#000000"; + var $background = "#FFFFFF"; function header() { ?> -- cgit v1.2.3