diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-16 22:18:25 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-16 22:18:25 -0700 |
commit | d1ae3176b638a8342f0d3cfb4ac071623c639575 (patch) | |
tree | c979d87869ae0d2af028d2f1c6c44f9c17b6bd6e /lib/common.php | |
parent | bc66149e6fb3a8a5c1854699de8e6e9db1369bad (diff) |
Enable tiling of background imgs for Designs
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 0e710625c..629fee25b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -78,7 +78,8 @@ $config = 'sidebarcolor' => '#CEE1E9', 'textcolor' => '#000000', 'linkcolor' => '#002E6E', - 'backgroundimage' => null), + 'backgroundimage' => null, + 'tile' => true), 'path' => $_path, 'logfile' => null, 'logo' => null, |