diff options
Diffstat (limited to 'contrib/themes/Total_Blue/templates/style.inc')
-rw-r--r-- | contrib/themes/Total_Blue/templates/style.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/themes/Total_Blue/templates/style.inc b/contrib/themes/Total_Blue/templates/style.inc index 4373af77..a88d7873 100644 --- a/contrib/themes/Total_Blue/templates/style.inc +++ b/contrib/themes/Total_Blue/templates/style.inc @@ -30,7 +30,7 @@ <!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dragon.jpg);?>
+ 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;
|