summaryrefslogtreecommitdiff
path: root/rt/etc/RT_Config.pm.in
diff options
context:
space:
mode:
authorivan <ivan>2010-01-09 23:36:59 +0000
committerivan <ivan>2010-01-09 23:36:59 +0000
commit7d9c599b7caaa5c0c6d678756d423ee80499c2c0 (patch)
tree37ed80c17049f4a4216839f57e8e165a425246fa /rt/etc/RT_Config.pm.in
parent672e0f93eaac960b9b4f9cbe5bb02fea032fbcfd (diff)
add a "freeside2.1" stylesheet to isolate our skinning changes
Diffstat (limited to 'rt/etc/RT_Config.pm.in')
-rw-r--r--rt/etc/RT_Config.pm.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in
index 8c9acc378..73639c103 100644
--- a/rt/etc/RT_Config.pm.in
+++ b/rt/etc/RT_Config.pm.in
@@ -778,6 +778,9 @@ RT ships with several themes by default:
3.4-compat A 3.4 compatibility stylesheet to make RT look
(mostly) like 3.4
+This bundled distibution of RT also includes (enabled by default):
+ freeside2.1 Integration with Freeside
+
This value actually specifies a directory in F<share/html/NoAuth/css/>
from which RT will try to load the file main.css (which should
@import any other files the stylesheet needs). This allows you to
@@ -786,7 +789,7 @@ option can be overridden by users in their preferences.
=cut
-Set($WebDefaultStylesheet, 'web2');
+Set($WebDefaultStylesheet, 'freeside2.1');
=item C<$UsernameFormat>