1<?php 2/** 3 * Options for the Tile Plugin 4 */ 5$conf['iconSize'] = 80; // the icon size 6$conf['sampleDelai'] = 2*60*60; 7?> 8