﻿<?php
/**
 * Options for the dlcount plugin
 *
 * @author Markus Birth <markus@birth-online.de>
 */

$meta['show_filesize']    = array('onoff');
$meta['show_lastmod']     = array('onoff');
$meta['show_dlcount']     = array('onoff');
$meta['top_n_statistics'] = array('numeric');
