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