PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
plugins
/
cookie-law-info
/
admin
/
modules
/
cli-policy-generator
/
data
<?php /* * Default text for Privacy Generator * **/ $cli_pg_default_data=array( array( 'head'=>"About this cookie policy", 'body'=>"", 'body_file'=>"data.block1.php", 'status'=>1, ), array( 'head'=>"What are cookies ?", 'body'=>"", 'body_file'=>"data.block2.php", 'status'=>1, ), array( 'head'=>"How do we use cookies ?", 'body'=>"", 'body_file'=>"data.block3.php", 'status'=>1, ), array( 'head'=>"What types of cookies do we use ?", 'body'=>"", 'body_file'=>"data.block4.php", 'status'=>1, ), array( 'head'=>"How can I control the cookie preferences ?", 'body'=>"", 'body_file'=>"data.block5.php", 'status'=>1, ), );
[+]
..
[-] data.block5.php
[edit]
[-] data.block2.php
[edit]
[-] data.block3.php
[edit]
[-] data.block4.php
[edit]
[-] data.policy-generator.php
[edit]
[-] data.block1.php
[edit]