1<?php
2/**
3 * Options for the sviewer plugin
4 *
5 * @author TTy32 (randy@tty32.org) - Original by Ikuo Obataya <I.Obataya@gmail.com>
6 */
7
8$conf['title']               = 'Simpleviewer';
9$conf['width']               = 420;
10$conf['height']              = 380;
11$conf['align']               = 'noalign';
12$conf['galleryStyle']        = 'MODERN';
13$conf['textColor']           = "#000000";
14$conf['frameColor']          = "#000000";
15$conf['frameWidth']          = 5;
16$conf['thumbPosition']       = 'LEFT';
17$conf['thumbColumns']        = 3;
18$conf['thumbRows']           = 3;
19$conf['showOpenButton']      = 1;
20$conf['showFullscreenButton']= 1;
21$conf['maxImageWidth']       = 800;
22$conf['maxImageHeight']      = 600;
23$conf['captionMode']      	 = 1;
24