tile/conf/default.php
2023-10-13 07:02:56 +02:00

8 lines
131 B
PHP

<?php
/**
* Options for the Tile Plugin
*/
$conf['iconSize'] = 80; // the icon size
$conf['sampleDelai'] = 2*60*60;
?>