diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-17 02:35:51 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-17 02:35:51 -0700 |
commit | 76cbeff33c9659cacbb57943056aabcb1517ca5c (patch) | |
tree | 0d26138c7439ec9bc50fad56a6030439d57c4c9e /lib | |
parent | ea5d46a94d377675eb06dc57757d0e4c743f8a54 (diff) |
Update background image settings to use bitflags
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 629fee25b..bcf2e5d0c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -79,7 +79,7 @@ $config = 'textcolor' => '#000000', 'linkcolor' => '#002E6E', 'backgroundimage' => null, - 'tile' => true), + 'disposition' => 1), 'path' => $_path, 'logfile' => null, 'logo' => null, |