diff options
Diffstat (limited to 'themes/clouds/theme.php')
| -rw-r--r-- | themes/clouds/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php index 4c7fe43d6f..c08bac3a05 100644 --- a/themes/clouds/theme.php +++ b/themes/clouds/theme.php @@ -33,6 +33,7 @@ if (!defined('WT_WEBTREES')) { } $theme_name = "clouds"; +$modules = WT_THEME_DIR . "modules.css"; $stylesheet = WT_THEME_DIR . "style.css"; $print_stylesheet = WT_THEME_DIR . "print.css"; //-- CSS level 2 print stylesheet to use $headerfile = WT_THEME_DIR . "header.php"; //-- Header information for the site |
