tiledblog/conf/default.php

10 lines
268 B
PHP
Raw Normal View History

2023-10-13 07:12:23 +02:00
<?php
/**
* Options for the Blog Plugin
*/
$conf['formPosition'] = 'top'; // position of new entry form
$conf['iconSize'] = 100; // the icon size
$conf['adminGroup'] = 'admin'; // who can clear the cache
$conf['sampleDelai'] = 2*60*60; // delai to change sample
?>