1<?php
2/**
3 * Default settings for the nsiconinsearch plugin
4 *
5 * @author Christoph Ziehr <info@einsatzleiterwiki.de>
6 */
7
8$conf['iconfile'] = 'icon.png';
9$conf['iconheight'] = '20px';
10$conf['iconwidth'] = '20px';
11
12