kbecker How do I use the cookies compliance framework in my own (older) theme? I am running the php8 branch and copied https://github.com/collectiveaccess/pawtucket2/blob/dev/php8/themes/default/conf/cookies.conf to my theme, also the views and the CSS styles and enabled it but nothing shows.
monica You'll need to add it to your footer. See https://github.com/collectiveaccess/pawtucket2/blob/dev/php8/themes/default/views/pageFormat/pageFooter.php
kbecker Thanks, that does work. But when I click on "accept" I am redirected to some strange url, for example https://myurl.com/themes/mytheme/assets/pawtucket/css/favicon.ico/index.php Is there any chance to configure this?