<?php
/**
 * Options for the googlesearch plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

$conf['apikey']     = '';
$conf['maxresults'] = 10;

