1<?php 2/** 3 * Options for the cookielaw plugin 4 * 5 * @author Michal Koutny <michal@fykos.cz> 6 */ 7 8$meta['position'] = array( 9 'multichoice', 10 '_choices' => array ('top', 'bottom')); 11