1<?php
2/**
3 * Options for the Blog Plugin
4 */
5$conf['formPosition'] = 'top'; // position of new entry form
6$conf['iconSize'] = 100; // the icon size
7$conf['adminGroup'] = 'admin'; // who can clear the cache
8$conf['sampleDelai'] = 2*60*60; // delai to change sample
9?>
10