PHP Classes

File: htdocs/themes/xswatch4/tpl/cookieConsent.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/tpl/cookieConsent.tpl   Download  
File: htdocs/themes/xswatch4/tpl/cookieConsent.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 603 bytes
 

Contents

Class file image Download
<!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/tools/cookie-consent/docs/installation/ --> <script type="text/javascript"> window.cookieconsent_options = { message: '<{$smarty.const.THEME_COOKIE_MESSAGE}>', dismiss: '<{$smarty.const.THEME_COOKIE_DISMISS}>', learnMore: '<{$smarty.const.THEME_COOKIE_LEARNMORE}>', link: null, /* Replace null with URL to your policy for learnMore link */ container: null, theme: false, }; </script> <script src="<{xoImgUrl}>js/cookieconsent.min.js"></script> <!-- End Cookie Consent plugin -->