1<?php
2/**
3 * Options for the slideshow plugin
4 *
5 * @author Ikuo Obataya <I.Obataya@gmail.com>
6 */
7
8$conf['default_width']   = 320;
9$conf['default_height']  = 240;
10$conf['default_bgcolor'] = "#000000";
11$conf['license']         = "";
12