addScriptDeclaration($script); else { $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->addInlineScript($script); } $input.= '
' . '' . ' ' . Text::_('PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DEFAULTS_BTN') . ' '; $input.= '' . ' ' . Text::_('PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCAN_BTN') . '' . '
'; } else $input.= '

' . Text::_('PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIES_ENABLE_PLUGIN_FIRST') . '

'; return $input . parent::getInput(); } }