Enable tiling of background imgs for Designs

This commit is contained in:
Zach Copley
2009-06-16 22:18:25 -07:00
parent bc66149e6f
commit d1ae3176b6
3 changed files with 29 additions and 19 deletions

View File

@@ -78,7 +78,8 @@ $config =
'sidebarcolor' => '#CEE1E9',
'textcolor' => '#000000',
'linkcolor' => '#002E6E',
'backgroundimage' => null),
'backgroundimage' => null,
'tile' => true),
'path' => $_path,
'logfile' => null,
'logo' => null,