summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-08-12 22:03:33 +0000
committerxgizzmo <xgizzmo@ampache>2005-08-12 22:03:33 +0000
commit5eed88f47811f764705f984fb56b039de84ce5fb (patch)
treefc73f2fb457d8f8b27e8dbd02a5e3629575d34c6
parent01e307e4ac424d6b68ecb6e7c3621dd853fec5f9 (diff)
downloadampache-5eed88f47811f764705f984fb56b039de84ce5fb.tar.gz
ampache-5eed88f47811f764705f984fb56b039de84ce5fb.tar.bz2
ampache-5eed88f47811f764705f984fb56b039de84ce5fb.zip
fixed typo
-rw-r--r--contrib/themes/Supernova/templates/style.inc3
-rw-r--r--contrib/themes/Total_Blue/templates/style.inc2
2 files changed, 2 insertions, 3 deletions
diff --git a/contrib/themes/Supernova/templates/style.inc b/contrib/themes/Supernova/templates/style.inc
index 4e57f0fb..cb298b30 100644
--- a/contrib/themes/Supernova/templates/style.inc
+++ b/contrib/themes/Supernova/templates/style.inc
@@ -31,8 +31,7 @@
<!--
body
{
-
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/lightning.jpg);?>
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Lightning.jpg);
font-family: <?php echo conf('font') ?>;
font-size: <?php echo conf('font_size'); ?>px;
color: <?php echo conf('font_color2'); ?>;
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;