diff options
author | gweltas <gweltas@piwigo.org> | 2004-01-11 23:40:39 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-01-11 23:40:39 +0000 |
commit | e1b59cb0a83e8b6cff7b05ea18cd8cdd985a9af7 (patch) | |
tree | fc9212377cc1e9f055c1b34f9f26808d5ab53bf9 /template/default | |
parent | 298077dff661711fe55694f5e31931246e483495 (diff) |
Corrections de quelques warnings php.
git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r-- | template/default/style.inc.php | 2 |
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'].= ' |