Oh, right that option was introduced in 6.0.20.
Two options:
Update your system or add this to the bottom of your Config.pm (above "return 1;")
Code: Select all
$Self->{'Loader::Agent::CommonCSS'}->{'000-Framework'} = [
'Core.Reset.css',
'Core.Default.css',
'Core.Header.css',
'Core.OverviewControl.css',
'Core.OverviewSmall.css',
'Core.OverviewMedium.css',
'Core.OverviewLarge.css',
'Core.Footer.css',
'Core.PageLayout.css',
'Core.Form.css',
'Core.Table.css',
'Core.Login.css',
'Core.Widget.css',
'Core.WidgetMenu.css',
'Core.TicketDetail.css',
'Core.Tooltip.css',
'Core.Dialog.css',
'Core.InputFields.css',
'Core.Print.css',
'Core.Animations.css',
];
Get sure to remove the block after you've fixed the setting to avoid problems in the future.
Best regards
Emin