11 lines
191 B
PHP
11 lines
191 B
PHP
<?php
|
|
/**
|
|
* Options for the cookielaw plugin
|
|
*
|
|
* @author Michal Koutny <michal@fykos.cz>
|
|
*/
|
|
|
|
$meta['position'] = array(
|
|
'multichoice',
|
|
'_choices' => array ('top', 'bottom'));
|