1<?php
2/**
3 * Options for the mp3play Plugin
4 *
5 * @author    Zahno Silvan <zaswiki@gmail.com>
6 */
7$conf['showplaylist']    = '1';       // show playlist by default
8$conf['showeq']          = '1';       // show EQ by default
9$conf['firsttrack']      = '1';       // which number has the first track to playlist
10$conf['initvol']         = '50';        // starting volume level
11$conf['width']           = '100%';       // width of the plugin
12$conf['height']          = '320';       // height of the plugin
13
14// vim:ts=4:sw=4:et:enc=utf-8:
15