PATH:
home
/
lab2454c
/
vaultchip.com
/
resources
/
lang
/
vendor
/
plugins
/
cookie-consent
/
en
<?php return [ 'theme_options' => [ 'name' => 'Cookie Consent', 'description' => 'Cookie consent settings', 'enable' => 'Enable cookie consent?', 'message' => 'Message', 'button_text' => 'Button text', 'max_width' => 'Max width (px)', 'background_color' => 'Background color', 'text_color' => 'Text color', 'learn_more_url' => 'Learn more URL', 'learn_more_text' => 'Learn more text', ], 'message' => 'Your experience on this site will be improved by allowing cookies.', 'button_text' => 'Allow cookies', ];
[-] cookie-consent.php
[edit]
[+]
..