Theme for Request tracker

Hi,
Can anyone please let me know that how the theme for RT is being picked from the “opt/rt4/share/static/css” folder.(RT 4.2.15 version)

That is where the path "opt/rt4/share/static/css " has been configured so that it is picking up the theme from the same path.

Hi Sudeepta

RT is picking up css from the static folder, because thats the way RT is written. You can add extra stuff as described here https://docs.bestpractical.com/rt/4.4.4/RT.html#AddStyleSheets and
is documented here https://docs.bestpractical.com/rt/4.4.4/customizing/styling_rt.html

regards

Garry

RT - RT 4.4.4 Documentation - Best Practical

NAME; SYNOPSIS; DESCRIPTION. INITIALIZATION; LoadConfig; Init; ConnectToDatabase; InitLogging; InitClasses; InitSystemObjects; CLASS METHODS. Config; DatabaseHandle …

Hi,
I got it fixed by adding a css. Thanks!!