diff options
Diffstat (limited to 'contrib/themes/Total_Blue/templates/style.inc')
-rw-r--r-- | contrib/themes/Total_Blue/templates/style.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/themes/Total_Blue/templates/style.inc b/contrib/themes/Total_Blue/templates/style.inc index 4ae46dd0..4373af77 100644 --- a/contrib/themes/Total_Blue/templates/style.inc +++ b/contrib/themes/Total_Blue/templates/style.inc @@ -30,8 +30,8 @@ <!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/background.gif);?>
-
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dragon.jpg);?>
+
font-family: <?php echo conf('font') ?>;
font-size: <?php echo conf('font_size'); ?>px;
color: <?php echo conf('font_color2'); ?>;
|