1<?php
2/**
3 * Options for the dlcount plugin
4 *
5 * @author Markus Birth <markus@birth-online.de>
6 */
7
8$meta['show_filesize']    = array('onoff');
9$meta['show_lastmod']     = array('onoff');
10$meta['show_dlcount']     = array('onoff');
11$meta['top_n_statistics'] = array('numeric');
12