aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/style.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/style.inc.php')
-rw-r--r--template/default/style.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/style.inc.php b/template/default/style.inc.php
index 14ddebb66..ac4fa32d2 100644
--- a/template/default/style.inc.php
+++ b/template/default/style.inc.php
@@ -106,7 +106,7 @@ $user['style'] = '<style type="text/css">
color: #000000;
}
body {';
-$image = './theme/'.$user['theme'].'/background.gif';
+$image = './theme/'.$user['template'].'/background.gif';
if ( @is_file( $image ) )
{
$user['style'].= '