1<?php
2/**
3 * Options for the JAlbum Plugin
4 *
5 * @author   Juergen A.Lamers <jaloma@googlemail.com>
6 */
7$conf['baseurl']    = '/wiki/alben/';       // default location for JAlbum Files
8$conf['target'] = "pageref";
9$conf['slidewidth'] = "100";
10$conf['slideheight'] = "100";
11$conf['albumdir'] = "c:/xampp/htdocs/wiki/alben/";
12$conf['changetime'] = '10';
13//Setup VIM: ex: et ts=2 enc=utf-8 :
14