... | ... |
@@ -91,6 +91,8 @@ class TemplateListener |
91 | 91 |
|
92 | 92 |
if (strpos($strBuffer, '<head>')) |
93 | 93 |
{ |
94 |
+ $GLOBALS['TL_CSS'][] = 'system/modules/eSM_cookieconsent/assets/css/cc_style_override.css|screen'; |
|
95 |
+ |
|
94 | 96 |
$strInject = '<script src="'.\Environment::get('path').'/system/modules/eSM_cookieconsent/assets/js/lib/cookieconsent.min.js"></script>'; |
95 | 97 |
|
96 | 98 |
$strInject .= $Template->parse(); |