tile/conf/default.php

8 lines
131 B
PHP
Raw Permalink Normal View History

2023-10-13 07:02:56 +02:00
<?php
/**
* Options for the Tile Plugin
*/
$conf['iconSize'] = 80; // the icon size
$conf['sampleDelai'] = 2*60*60;
?>