There is a fault in the code in this file tpl_cookie_control.php in version 1.4
Line 29
countries:'<?php echo COOKIE_CONTROL_COUNTRIES;?>' // Or supply a list ['United Kingdom', 'Greece']
Add [ ] and remove the ' '
Should be
countries:[<?php echo COOKIE_CONTROL_COUNTRIES;?>] // Or supply a list ['United Kingdom', 'Greece']
When adding countries in the admin screen ensure you add them with quotes 'United Kingdom', 'Greece'.


Reply With Quote
