diff options
Diffstat (limited to 'rt/etc/RT_SiteConfig.pm')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index 513d2c46b..e7ce2a2db 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -40,9 +40,9 @@ Set($DatabaseHost , ''); # These settings are user-editable. -#old, RT 3.4 style (deprecated, useless): -#$RT::MyTicketsLength = 10; -#NEW, RT 3.6 style (uncomment to use): +Set($WebDefaultStylesheet, 'freeside2.1'); + +#uncomment to use #Set($DefaultSummaryRows, 10); #does this do anything in RT 3.8?? |