Index: openacs-4/packages/xowiki/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/chat-procs.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/xowiki/tcl/chat-procs.tcl 20 Nov 2018 18:41:05 -0000 1.45 +++ openacs-4/packages/xowiki/tcl/chat-procs.tcl 20 Nov 2018 18:45:56 -0000 1.46 @@ -433,15 +433,12 @@ set context id=$chat_id&s=$session_id&class=[self] set base_url ${xowiki_path}chat?${context} - # Get the static content from resources folder in the right - # package depending on chat implementation (chat or xowiki - # package). Request processor will serve the proper themed css - # when available. - set package_key [apm_package_key_from_id $package_id] - set resources_path /resources/${package_key} + # This might come in handy to get resources from the chat package + # if we want to have e.g. a separate css. + # set package_key [apm_package_key_from_id $package_id] + # set resources_path /resources/${package_key} + template::head::add_css -href /resources/xowiki/chat.css - template::head::add_css -href ${resources_path}/chat.css - if {$mode eq ""} { # # The parameter "mode" was not specified, we try to guess the